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

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

Methods in com.ibm.broker.config.proxy that return ExecutionGroupProxy
 ExecutionGroupProxy BrokerProxy.createExecutionGroup(java.lang.String name)
          Asks the Configuration Manager to add an Execution Group of the supplied name to the broker.
 ExecutionGroupProxy BrokerProxy.createExecutionGroup(java.lang.String name, int arch)
          Asks the Configuration Manager to add an Execution Group of the supplied name and architecture to the broker.
 ExecutionGroupProxy MessageFlowProxy.getExecutionGroup()
          Returns a reference to the execution group on which this message flow was deployed.
 ExecutionGroupProxy MessageFlowDependency.getExecutionGroup()
          Returns a reference to the execution group on which this dependency was deployed.
 ExecutionGroupProxy DeployedObject.getExecutionGroup()
          Returns a reference to the execution group on which this deployed object was deployed.
 ExecutionGroupProxy BrokerProxy.getExecutionGroup(java.util.Properties props)
          Returns the first ExecutiongroupProxy object that matches the filter specified by the Properties argument.
 ExecutionGroupProxy BrokerProxy.getExecutionGroupByName(java.lang.String executionGroupName)
          Returns the ExecutionGroupProxy object with the supplied name, or null if an execution group of that name does not exist or if the supplied argument was null.
 

Methods in com.ibm.broker.config.proxy that return types with arguments of type ExecutionGroupProxy
 java.util.Enumeration<ExecutionGroupProxy> BrokerProxy.getExecutionGroups(java.util.Properties props)
          Returns an enumeration of all the ExecutionGroupProxy objects that match the filter specified by the Properties argument.