|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeployedObject in com.ibm.broker.config.proxy |
---|
Classes in com.ibm.broker.config.proxy that implement DeployedObject | |
---|---|
class |
MessageFlowDependency
Represents an object deployed to an execution group that is required in order for it to process message flow logic. |
class |
MessageFlowProxy
Represents a message flow that has been deployed to an execution group. |
Methods in com.ibm.broker.config.proxy that return DeployedObject | |
---|---|
DeployedObject |
ExecutionGroupProxy.getDeployedObjectByName(java.lang.String filename)
Returns a reference to the deployed object with the supplied name (e.g. |
DeployedObject |
ExecutionGroupProxy.getDeployedObjectFromSubcomponentString(java.lang.String subcomponentString)
If the supplied string is the value part of a property in the dependency or subcomponent groups, AND it represents a DeployedObject instance (including subcomponents beginning with the v5 syntax 'messageset'), this method returns a DeployedObject instance that represents it. |
Methods in com.ibm.broker.config.proxy that return types with arguments of type DeployedObject | |
---|---|
java.util.Enumeration<DeployedObject> |
ExecutionGroupProxy.getDeployedObjects(java.lang.String fileExtension)
Returns an enumeration of all the deployed objects with the supplied extension that are deployed to the current execution group. |
java.util.Enumeration<DeployedObject> |
ExecutionGroupProxy.getMessageFlowDependencies()
Returns an Enumeration of all the dependencies deployed to the current execution group. |
Methods in com.ibm.broker.config.proxy with parameters of type DeployedObject | |
---|---|
DeployResult |
ExecutionGroupProxy.deleteDeployedObjects(DeployedObject[] forDeletion,
long timeToWaitMs)
Asks the Configuration Manager to remove deployed objects from the execution group. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |