Uses of Class
com.ibm.broker.config.proxy.AdministeredObject

Uses of AdministeredObject in com.ibm.broker.config.proxy
 

Subclasses of AdministeredObject in com.ibm.broker.config.proxy
 class BrokerProxy
          Each broker within the Configuration Manager's domain can be represented by a BrokerProxy.
 class CollectiveProxy
          Represents a totally connected set of pub/sub brokers.
 class ConfigManagerProxy
          This class allows applications to connect to and manipulate Configuration Managers.
 class ExecutionGroupProxy
          Each execution group associated with a broker can be represented by an ExecutionGroupProxy.
 class LogProxy
          The LogProxy represents the selection of broker log entries for the current user.
 class MessageFlowProxy
          Represents a message flow that has been deployed to an execution group.
 class SubscriptionsProxy
          Represents a query of the Configuration Manager's broker subscriptions table, and the results.
 class TopicProxy
          Represents a node in the topic hierarchy.
 class TopicRootProxy
          Represents the root of the topic hierarchy.
 class TopologyProxy
          There is exactly one Topology associated with each Configuration Manager, and this is referenced by the TopologyProxy object.
 

Methods in com.ibm.broker.config.proxy that return AdministeredObject
 AdministeredObject AdministeredObject.getManagedSubcomponent(java.util.Properties props)
          Returns the first object that has the requested properties.
 AdministeredObject AdministeredObject.getManagedSubcomponentFromStringRepresentation(java.lang.String representation)
          Returns the object which has the current object as a parent that has the supplied string representation.
 AdministeredObject AdministeredObject.getParent()
          Returns the AdministeredObject that logically owns this object.
 

Methods in com.ibm.broker.config.proxy that return types with arguments of type AdministeredObject
 java.util.Enumeration<AdministeredObject> AdministeredObject.getManagedSubcomponents(java.util.Properties filter)
          Asks the Configuration 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).
 java.util.Enumeration<AdministeredObject> AdministeredObject.getManagedSubcomponents(java.util.Properties filter, java.util.Properties initialPropertiesOfNewObject)
          Asks the Configuration 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).
 

Methods in com.ibm.broker.config.proxy with parameters of type AdministeredObject
 void AdministeredObjectListener.processActionResponse(AdministeredObject affectedObject, CompletionCodeType ccType, java.util.List<LogEntry> bipMessages, java.util.Properties referenceProperties)
          States that the Configuration Manager has processed a request that previously originated from the current connection to the Configuration Manager.
 void AdvancedAdministeredObjectListener.processActionResponse(AdministeredObject affectedObject, CompletionCodeType ccType, java.util.List<LogEntry> bipMessages, java.util.Properties referenceProperties, int batchCorrelationID, boolean lastActionResponseInBatch)
          States that the Configuration Manager has processed a request that previously originated from the current connection to the Configuration Manager.
 void AdministeredObjectListener.processDelete(AdministeredObject deletedObject)
          States that the supplied AdministeredObject has been deleted on the Configuration Manager.
 void AdvancedAdministeredObjectListener.processDelete(AdministeredObject deletedObject, long timeTillNextNotificationMs)
          States that the supplied AdministeredObject has been deleted on the Configuration Manager.
 void AdministeredObjectListener.processModify(AdministeredObject affectedObject, java.util.List<java.lang.String> changedAttributes, java.util.List<java.lang.String> newChildren, java.util.List<java.lang.String> removedChildren)
          States that the supplied AdministeredObject has been modified by the current or another application.
 void AdvancedAdministeredObjectListener.processModify(AdministeredObject affectedObject, java.util.List<java.lang.String> changedAttributes, java.util.List<java.lang.String> newChildren, java.util.List<java.lang.String> removedChildren, long timeTillNextNotificationMs)
          States that the supplied AdministeredObject has been modified by the current or another application.