API Documentation

Service/WindowsAzure/Diagnostics/Manager.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
subpackage
Diagnostics
version
$Id$
Classes
Zend_Service_WindowsAzure_Diagnostics_Manager

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Service_WindowsAzure_Diagnostics_Manager

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
subpackage
Diagnostics
Properties
$_blobStorageClient
$_controlContainer
Methods
__construct
_ensureStorageInitialized
getDefaultConfiguration
configurationForRoleInstanceExists
configurationForCurrentRoleInstanceExists
getConfigurationForCurrentRoleInstance
setConfigurationForCurrentRoleInstance
getConfigurationForRoleInstance
setConfigurationForRoleInstance

Description

Properties

$_blobStorageClient

Zend_Service_WindowsAzure_Storage_Blob $_blobStorageClient = 'null'

Blob storage client

Details

$_blobStorageClient
Zend_Service_WindowsAzure_Storage_Blob
visibility
protected
default
null
final
false
static
false

$_controlContainer

string $_controlContainer = ''

Control container name

Details

$_controlContainer
string
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( Zend_Service_WindowsAzure_Storage_Blob $blobStorageClient = null, string $controlContainer = wad-control-container ) :

Create a new instance of Zend_Service_WindowsAzure_Diagnostics_Manager

Arguments
$blobStorageClient
Zend_Service_WindowsAzure_Storage_Blob
Blob storage client
$controlContainer
string
Control container name
Details
visibility
public
final
false
static
false

_ensureStorageInitialized

_ensureStorageInitialized( ) :

Ensure storage has been initialized

Details
visibility
protected
final
false
static
false

configurationForCurrentRoleInstanceExists

configurationForCurrentRoleInstanceExists( ) : boolean

Checks if a configuration for current role instance exists. Only works on Development Fabric or Windows Azure Fabric.

Output
boolean
Details
visibility
public
final
false
static
false
throws

configurationForRoleInstanceExists

configurationForRoleInstanceExists( string $roleInstance = null ) : boolean

Checks if a configuration for a specific role instance exists.

Arguments
$roleInstance
string
Role instance name, can be found in $_SERVER['RdRoleId'] when hosted on Windows Azure.
Output
boolean
Details
visibility
public
final
false
static
false
throws

getConfigurationForCurrentRoleInstance

getConfigurationForCurrentRoleInstance( ) : Zend_Service_WindowsAzure_Diagnostics_ConfigurationInstance

Get configuration for current role instance. Only works on Development Fabric or Windows Azure Fabric.

Details
visibility
public
final
false
static
false
throws

getConfigurationForRoleInstance

getConfigurationForRoleInstance( string $roleInstance = null ) : Zend_Service_WindowsAzure_Diagnostics_ConfigurationInstance

Get configuration for a specific role instance

Arguments
$roleInstance
string
Role instance name, can be found in $_SERVER['RdRoleId'] when hosted on Windows Azure.
Details
visibility
public
final
false
static
false
throws

getDefaultConfiguration

getDefaultConfiguration( ) : Zend_Service_WindowsAzure_Diagnostics_ConfigurationInstance

Get default configuration values

Details
visibility
public
final
false
static
false

setConfigurationForCurrentRoleInstance

setConfigurationForCurrentRoleInstance( Zend_Service_WindowsAzure_Diagnostics_ConfigurationInstance $configuration ) :

Set configuration for current role instance. Only works on Development Fabric or Windows Azure Fabric.

Arguments
$configuration
Zend_Service_WindowsAzure_Diagnostics_ConfigurationInstance
Configuration to apply
Details
visibility
public
final
false
static
false
throws

setConfigurationForRoleInstance

setConfigurationForRoleInstance( string $roleInstance = null, Zend_Service_WindowsAzure_Diagnostics_ConfigurationInstance $configuration ) :

Set configuration for a specific role instance

Arguments
$roleInstance
string
Role instance name, can be found in $_SERVER['RdRoleId'] when hosted on Windows Azure.
$configuration
Zend_Service_WindowsAzure_Diagnostics_ConfigurationInstance
Configuration to apply
Details
visibility
public
final
false
static
false
throws
Documentation was generated by DocBlox.