Class Hierarchy All Classes All Fields and Methods

Package com.ibm.broker.config.proxy

Interface Index
Interface Description
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.
AttributeConstants This is a common set of strings used by the Configuration Manager Proxy to describe attributes of objects in the Configuration Manager's domain.
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.
DeployedObject Each instance of a class that implements this interface represents a file that has been successfully deployed to a single execution group.
Class Index
Class Description
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.
BrokerProxy Each broker within the Configuration Manager's domain can be represented by a BrokerProxy.
BrokerProxy.MulticastParameterSet A small data structure that represents the set of parameters required to enable multicast on this 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.
ConfigManagerProxy This class allows applications to connect to and manipulate Configuration Managers.
ConfigurationObjectType The ConfigurationObjectType type is used to describe the types of various objects managed by the Configuration Manager.
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.
MessageFlowDependency Represents an object deployed to an execution group that is required in order for it to process message flow logic.
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.
MQConfigManagerConnectionParameters Allows user-written Configuration Manager Proxy applications to specify a set of connection parameters that can be used to connect to MQ-based Configuration Managers.
MQPropertyFileConfigManagerConnectionParameters Provides the connection parameters to a Configuration Manager by reading a properties file that contains the hostname, queue manager, port and security exit information.
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.
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.
Exception Index
Exception Description
ConfigManagerProxyException Abstract base class for all exceptions originating on the ConfigManagerProxy.
ConfigManagerProxyIncompatibilityException This exception is thrown after an incompatibility between versions of the Configuration Manager and the connected Configuration Manager Proxy is detected.
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.
ConfigManagerProxyLoggedMQException This class is used to describe exceptions due to problems flagged by the WebSphere MQ Classes for Java.
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.
Class Hierarchy All Classes All Fields and Methods