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

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

Fields in com.ibm.broker.config.proxy declared as ConfigurationObjectType
static ConfigurationObjectType ConfigurationObjectType.all
          Represents all configuration object types
static ConfigurationObjectType ConfigurationObjectType.broker
          Represents the broker type
static ConfigurationObjectType ConfigurationObjectType.collective
          Represents the pub/sub collective type
static ConfigurationObjectType ConfigurationObjectType.configmanager
          Represents the Configuration Manager type
static ConfigurationObjectType ConfigurationObjectType.connection
          Represents the pub/sub connection type
static ConfigurationObjectType ConfigurationObjectType.dependency
          Represents the message flow dependency type.
static ConfigurationObjectType ConfigurationObjectType.executiongroup
          Represents the execution group type
static ConfigurationObjectType ConfigurationObjectType.log
          Represents the log type
static ConfigurationObjectType ConfigurationObjectType.messageflow
          Represents the message flow type
static ConfigurationObjectType ConfigurationObjectType.messageset
          Represents the v5 message set type.
static ConfigurationObjectType ConfigurationObjectType.policy
          Represents the topic policy type
static ConfigurationObjectType ConfigurationObjectType.subscription
          Represents type subscription type
static ConfigurationObjectType ConfigurationObjectType.topic
          Represents the topic type
static ConfigurationObjectType ConfigurationObjectType.topicroot
          Represents the root topic type
static ConfigurationObjectType ConfigurationObjectType.topology
          Represents the topology type
static ConfigurationObjectType ConfigurationObjectType.unknown
          Represents an unknown configuration object type
 

Methods in com.ibm.broker.config.proxy that return ConfigurationObjectType
 ConfigurationObjectType TopologyProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType TopicRootProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType TopicProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType SubscriptionsProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType MessageFlowProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType LogProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType ExecutionGroupProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType ConfigManagerProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType CollectiveProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
 ConfigurationObjectType BrokerProxy.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
abstract  ConfigurationObjectType AdministeredObject.getConfigurationObjectType()
          Returns the ConfigurationObjectType associated with this AdministeredObject type.
static ConfigurationObjectType ConfigurationObjectType.getConfigurationObjectType(java.lang.String uniqueValue)
          Returns the ConfigurationObjectType object that has the supplied unique value.
 ConfigurationObjectType TopologyProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType TopicRootProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType TopicProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType SubscriptionsProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType MessageFlowProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType LogProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType ExecutionGroupProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType ConfigManagerProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType CollectiveProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.
 ConfigurationObjectType BrokerProxy.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject.
abstract  ConfigurationObjectType AdministeredObject.getConfigurationObjectTypeOfParent()
          Returns the ConfigurationObjectType associated with the logical parent of this AdministeredObject type.