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

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

Methods in com.ibm.broker.config.proxy that return DeployResult
 DeployResult ConfigManagerProxy.cancelDeployment(long timeToWaitMs)
          Tells the Configuration Manager to remove all of the deployment locks that are currently in place.
 DeployResult BrokerProxy.cancelDeployment(long timeToWaitMs)
          Tells the Configuration Manager to remove any deployment lock that may currently be in place for the current broker.
 DeployResult BrokerProxy.deleteAllExecutionGroupsAndDeploy(long timeToWaitMs)
          Deletes all execution groups existing in the broker and deploys this change to the broker.
 DeployResult TopologyProxy.deleteBroker(java.lang.String name, long timeToWaitMs)
          Asks the Configuration Manager to remove the broker with the supplied name from the Topology workspace.
 DeployResult ExecutionGroupProxy.deleteDeployedObjects(DeployedObject[] forDeletion, long timeToWaitMs)
          Asks the Configuration Manager to remove deployed objects from the execution group.
 DeployResult ExecutionGroupProxy.deleteDeployedObjectsByName(java.lang.String[] forDeletion, long timeToWaitMs)
          Asks the Configuration Manager to remove deployed objects from the execution group.
 DeployResult BrokerProxy.deleteExecutionGroup(java.lang.String name, long timeToWaitMs)
          Asks the Configuration Manager to remove the execution group with the supplied name from the broker.
 DeployResult TopologyProxy.deploy(boolean isDelta, long timeToWaitMs)
          Deploys the pub/sub topology configuration to brokers.
 DeployResult TopicRootProxy.deploy(boolean isDelta, long timeToWaitMs)
          Deploys the topic tree to the brokers
 DeployResult ExecutionGroupProxy.deploy(java.io.InputStream barStream, java.lang.String barFileLabel, boolean isIncremental, long timeToWaitMs)
          Starts a deploy of the BAR file, whose contents are embedded in the supplied InputStream, to the execution group.
 DeployResult BrokerProxy.deploy(long timeToWaitMs)
          Deploys the broker's configuration to the broker.
 DeployResult ExecutionGroupProxy.deploy(java.lang.String barFileName, boolean isIncremental, long timeToWaitMs)
          Starts a deploy of the BAR file pointed to by the supplied filename, to the execution group.