User-written classes that extend this class are stating
that they can receive notifications from the Config Manager Proxy
that contain more information than is provided by the basic
AdministeredObjectListener interface.
For request reference properties, the value of this
key on a request with a 'deploy' operation type is the name of the
Broker Archive file which was deployed.
This constant is used in the value of the BROKER_MULTICAST_ADDRESSRANGE property, as
the String that separates the minimum IP address from the maximum.
As a BrokerProxy's attribute key name, the value of this property
describes the time in seconds that the retransmission buffer for
multicast will be cleaned.
For request reference properties, the presence of this
key on a request with a 'modify' operation type states that a request
to change the UUID of the broker reference in the Configuration
Manager's repository was processed.
As a BrokerProxy's attribute key name, the value of this property
is the location of the SSL keyring file, using a file spec local
to the broker machine.
As a BrokerProxy's attribute key name, the value of this property
is the location of the SSL password file, using a file spec local
to the broker machine.
Tells the ConfigManagerProxy to hold back from sending any
subsequent state-changing requests to the Config Manager,
so multiple requests can be later sent off in a single message
(or "batch").
For request reference properties, if the operation type
of the property is 'createchild' or 'deletechild', the value of this
property refers to the name of the object being
created or deleted.
For request reference properties, if the operation type
of the request is 'createchild' or 'deletechild', the value of this
property refers to the type of the object being created or deleted.
For request reference properties, if the operation type
of the request is 'createchild' or 'deletechild', the value of this
property refers to the unique identifier of the object being
created or deleted.
For request reference properties involving a collective,
the value of this property is the list of broker unique identifiers
that was requested to be added to the collective.
For request reference properties involving a collective,
the value of this property is the list of broker unique identifiers
that was requested to be removed from the collective.
As a ConfigManagerProxy's attribute key name, this is a string
in an unspecified format that describes the version of the
Configuration Manager to which the Config Manager Proxy
application is connected.
As a ConfigManagerProxy's attribute key name, if and only if the value
of this property has been set to AttributeConstants.TRUE, it means
that the Configuration Manager cannot talk to the Config Manager Proxy
because the versions are incompatible.
As a ConfigManagerProxy's attribute key name, this is the value
of the system property 'os.arch' in the Configuration Manager
(that is, the operating system architecture of the Configuration
Manager).
As a ConfigManagerProxy's attribute key name, this is the value
of the system property 'os.name' in the Configuration Manager
(that is, the operating system name of the Configuration
Manager).
As a ConfigManagerProxy's attribute key name, this is the value
of the system property 'os.version' in the Configuration Manager
(that is, the operating system version of the Configuration
Manager).
For request reference properties, the presence of this
key on a request with a 'modify' operation type states that a request
to set the Configuration Manager's system trace level has been processed.
As a ConfigManagerProxy's attribute key name, if and only if the value
of this property has been set to AttributeConstants.VERSION_6, it means
that the Configuration Manager is talking to a version 6.x Configuration
Manager.
Config Manager Proxy applications must pass objects that implement this
interface to the
ConfigManagerProxy.getInstance() method, which enables
them to connect to Configuration Managers.
This exception type represents the condition when an application
attempts to get a property of an AdministeredObject, but the property
has not yet been set to a value by the Config Manager.
The com.ibm.broker.config.proxy package gives user-written applications
programmatic control of broker domains by providing a remote interface
to Configuration Managers.
If an ExecutionGroupProxy's attribute key name or request reference property
begins with the value of this constant, the attribute is related
to the description of logical subcomponents owned by the object.
For request reference properties, the value of this
key on a request with a 'deploy' operation type is the user identifer
to which log messages are sent.
If this is the value supplied as the 'maxWaitTimeMs'
parameter to a deploy() method, the DeployResult object
will not be calculated and the deploy() method will
return null.
If this is the value supplied as the 'maxWaitTimeMs'
parameter to a deploy() method, the Config Manager
Proxy will wait indefinitely for all broker
responses to be returned.
If this is the value of DEPLOYTYPE_PROPERTY, it means
that the Configuration Manager was told to forget about
any outstanding deployments to the current object.
If this is the value of DEPLOYTYPE_PROPERTY, it means
that the deployment should be complete; that is, any
information that was currently deployed is to be
cleared before the new information is deployed.
The String used in the Config Manager Proxy's access control lists
that separates a user or group name from the machine or domain on
which it is defined.
Asks the Config Manager Proxy to unsubscribe a previously registered
AdministeredObjectListener, given the listener instance that was supplied
during registration.
Asks the Config Manager Proxy to unsubscribe a previously registered
AdvancedAdministeredObjectListener, given the listener instance that was supplied
during registration.
As an ExecutionGroupProxy's attribute key name, the value of this
property describes the number or bits in the architecture of the
underlying execution group.
Returns a string describing the name of the operating
system running on the Configuration Manager machine
to which this Config Manager Proxy is connected.
If the supplied string is the value part of a property in the dependency or
subcomponent groups, AND it represents a DeployedObject instance
(including subcomponents beginning with the v5 syntax 'messageset'), this
method returns a DeployedObject instance
that represents it.
Returns the ExecutionGroupProxy object with the supplied name, or null
if a execution group of that name does not exist or if the supplied argument
was null.
Returns the name of the current deployed object as it
existed in the BAR file at deployment time- including
any file extension but excluding any path information.
Returns the name of the current dependency as it
existed in the BAR file at deployment time- including
any file extension but excluding any path information.
Returns the name of the current deployable as it
existed in the BAR file at deployment time- including
any file extension but excluding any path information.
Returns the completion code of the last operation
that was performed by this connection to the Configuration Manager
on the object that this AdministeredObject represents.
Asks the Config Manager to return an enumeration of all the existing
objects that logically belong directly within the current administered
object (for example, the execution groups within a broker).
Asks the Config Manager to return an enumeration of all the existing
objects that logically belong directly within the current administered
object (for example, the execution groups within a broker).
Asks the Config Manager to return an enumeration of all the existing
objects that logically belong directly within the current administered
object (for example, the execution groups within a broker).
Returns an Enumeration of MessageFlowProxy objects, or
an Enumeration of Strings representing MessageFlowProxy
objects, that match the supplied filter.
Returns the time that the current message flow was
last modified, according to the file modification
associated with the cmf file in the broker archive.
For properties that end in a number
(for example, subcomponent properties) this
method returns the value of the property that
ends in the supplied number,
waiting if the information is not available.
For properties that end in a number
(for example, subcomponent properties) this
method returns the value of the property that ends
in the supplied number, optionally waiting if the
information is not available.
When querying the completion code of a deploy operation, this
object states that the Config Manager has replied stating that deployment
has started, but no broker responses were received before the
timeout occurred.
Returns true if and only if the current object has
been created as part of the current batch, but the
batch has not yet been sent to the Config Manager.
Returns true if and only if the Config Manager Proxy
has received a message from the Configuration Manager
which indicates that the Configuration Manager is
unable to process requests from this Config Manager
Proxy because the versions are not compatible.
Returns true if and only if the Config Manager Proxy
has received a message from the Configuration Manager
which indicates that the Configuration Manager is
unable to process requests from this Config Manager
Proxy because the versions are not compatible.
For request reference properties, the presence of this key,
only if its value is AttributeConstants.TRUE, states that
this notification will be the last one to be published
for the current batch of requests.
When found at the end of an attribute key name or request reference
property, this constant signifies
that the value of the attribute is the number of elements in the
attribute group of the text before this key.
If an LogProxy's attribute key name or request reference property
begins with the value of this constant, the attribute is related
to the description of log entries.
For request reference properties, the presence of this
key, if its value is AttributeConstants.TRUE,
means that the request was to stop the flow with the
'immediate' flag on.
Allows user-written Config Manager Proxy applications to specify a set of
connection parameters that can be used to connect to MQ-based Configuration
Managers.
Provides the connection parameters to a Configuration Manager by reading a
properties file that contains the hostname, queue manager, port and security
exit information.
[ADVANCED]
The minimum size (in Kb) of a buffer allocated
for storing the transmitted packets, kept
for possible future repair requests from
the receivers.
States that a deployment request was submitted to
the Configuration Manager, but the broker to which this
CompletionCode refers was not sent the request because its
configuration is already up to date.
As an AdministeredObject attribute key name, if the value of this property
is set to AttributeConstants.TRUE, it means that the object exists in the
deployed section of the Configuration Manager data store.
As an AdministeredObject attribute key name, the value of this property
is the time (in an unspecified format) that the property was last
modified in the Configuration Manager data store.
As an AdministeredObject attribute key name, if the value of this property
is set to AttributeConstants.TRUE, it means that the object exists in the
shared section of the Configuration Manager data store.
As an AdministeredObject attribute key name, the value of this property
uniquely identifies the type of the current object's parent within the
Configuration Manager's object hierarchy.
As an AdministeredObject attribute key name, the value of this property
uniquely identifies the parent of the current object within the
Configuration Manager's object hierarchy.
When querying the completion code of a deploy operation, this
object states that the deploy is held in a batch and will not be sent
until the user issues ConfigManagerProxy.sendUpdates().
Asks the Config Manager to keep the caller informed of any changes to the
current AdministeredObject, and ask to be provided with advanced
notifications.
If an AdministeredObject's attribute key name or request reference property
begins with the value of this constant, the attribute is related
to the description of logical subcomponents owned by the object.
If an SubscriptionsProxy's attribute key name or request reference
property begins with the value of this constant, the attribute is related
to the set of matching subscriptions.
States that the deploy message was sent to the Config Manager
but no 'deploy initiated' response was received from the Config
Manager before the timeout occurred.
States that the Config Manager issued the deployment request
and some, but not all, brokers responded with a “success” message
before the timeout period expired.
If the value of this constant is returned from
TopicProxy.Policy.getPublish() or TopicProxy.Policy.getSubscribe()
it means that the action is permitted by the policy.
If the value of this constant is returned from
TopicProxy.Policy.getPublish() or TopicProxy.Policy.getSubscribe()
it means that the action is denied by the policy.
If the value of this constant is returned from
TopicProxy.Policy.getPublish() or TopicProxy.Policy.getSubscribe()
it means that the permission for the action is inherited from
the parent topic.
If the value of this constant is returned from
TopicProxy.Policy.getPrincipalType() it means that the principal
to which the policy refers is a public group.
For request reference properties involving a topic,
the value of this property is the list of policies
that were requested to be removed from the topic.
As the return code from ConfigManagerProxy.getConfigManagerVersion(),
this states that the version of the Configuration Manager to
which the Config Manager Proxy application is connected is of
version 2.1 or earlier.
As the return code from ConfigManagerProxy.getConfigManagerVersion(),
this states that the version of the Configuration Manager to
which the Config Manager Proxy application is connected is of
version 5 or version 5.1 (any fixpack level).
As the return code from ConfigManagerProxy.getConfigManagerVersion(),
this states that the version of the Configuration Manager to
which the Config Manager Proxy application is connected is of
version 6.
Returns a new Properties object that has the name attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the UUID attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the name attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the UUID attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the name attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the UUID attribute set
to the supplied String, and (for subclass implementations)
the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the UUID attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the UUID attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the UUID attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the UUID attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.
Returns a new Properties object that has the UUID attribute set
to the supplied String, and the type attribute to be the name of
the subclass of AdministeredObject being used.