Uses of Package
com.ibm.broker.config.proxy

Classes in com.ibm.broker.config.proxy used by com.ibm.broker.config.proxy
AccessControlEntry
          A small data structure consisting of a user name or group, and a permission granted to it.
AccessControlEntryPermission
          Defines a set of abilities over which security can be applied.
AccessControlEntryPrincipalType
          Defines a set of principal types over which security can be applied.
AdministeredObject
          This is the abstract superclass from which most domain object representations inherit.
AdministeredObjectListener
          Classes that implement this interface are stating that they can receive notifications from the Configuration Manager Proxy.
AdvancedAdministeredObjectListener
          User-written classes that extend this class are stating that they can receive notifications from the Configuration Manager Proxy that contain more information than is provided by the basic AdministeredObjectListener interface.
BarEntry
          Represents a file contained within a broker archive that can be deployed to an execution group.
BarFile
          Represents a broker archive file on the local filesystem.
BrokerProxy
          Each broker within the Configuration Manager's domain can be represented by a BrokerProxy.
BrokerProxy.MulticastParameterSet
          Deprecated. This technique of changing multicast parameters is not compatible with values changed using the mqsichangeproperties command; use ExecutionGroupProxy.setRuntimeProperties() and BrokerProxy.setRuntimeProperties() instead.
BrokerProxy.SyncType
          Enumerates the possible types of synchronization that the Configuration Manager can perform with the broker.
CollectiveProxy
          Represents a totally connected set of pub/sub brokers.
CompletionCodeType
          The CompletionCodeType type is used to describe the outcome of the operation that has been performed.
ConfigManagerConnectionParameters
          Configuration Manager Proxy applications must pass objects that implement this interface to the ConfigManagerProxy.getInstance() method, which enables them to connect to Configuration Managers.
ConfigManagerProxy
          This class allows applications to connect to and manipulate Configuration Managers.
ConfigManagerProxyException
          Abstract base class for all exceptions originating on the ConfigManagerProxy.
ConfigManagerProxyLoggedException
          This exception is used to describe a general problem with the Configuration Manager Proxy, as a result of an internal error or a misuse of the API.
ConfigManagerProxyPropertyNotInitializedException
          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 Configuration Manager.
ConfigurationObjectType
          The ConfigurationObjectType type is used to describe the types of various objects managed by the Configuration Manager.
DeployableObject
          Each instance of a class that implements this interface represents a file that can be deployed.
DeployedObject
          Each instance of a class that implements this interface represents a file that has been successfully deployed to a single execution group.
DeploymentDescriptor
          Represents a deployment descriptor.
DeployResult
          The DeployResult type is used to describe the outcome of deployment operations.
ExecutionGroupProxy
          Each execution group associated with a broker can be represented by an ExecutionGroupProxy.
LogEntry
          The LogEntry class represents an entry in the broker message log table.
LogProxy
          The LogProxy represents the selection of broker log entries for the current user.
MessageFlowProxy
          Represents a message flow that has been deployed to an execution group.
MessageFlowProxy.UserTrace
          A small structure that represents all the possible types of user trace.
OperationType
          The OperationType type is used to describe the outcome of a Configuration Manager request that has been processed.
Subscription
          Each Subscription object represents a single topic subscription on a broker.
SubscriptionQuery
          This class allows applications to query the subscriptions a broker currently holds.
SubscriptionsProxy
          Represents a query of the Configuration Manager's broker subscriptions table, and the results.
TopicProxy
          Represents a node in the topic hierarchy.
TopicProxy.Policy
          A small class that represents a policy for a given topic.
TopicProxy.QoP
          A small structure that represents all the possible types of a topic's quality of protection.
TopicRootProxy
          Represents the root of the topic hierarchy.
TopologyProxy
          There is exactly one Topology associated with each Configuration Manager, and this is referenced by the TopologyProxy object.
TopologyProxy.Connection
          A small data structure representing a connection between two brokers in the topology.