|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageFlowProxy in com.ibm.broker.config.proxy |
---|
Methods in com.ibm.broker.config.proxy that return MessageFlowProxy | |
---|---|
MessageFlowProxy |
ExecutionGroupProxy.getMessageFlow(java.util.Properties props)
Returns the first MessageflowProxy object that matches the filter specified by the Properties argument. |
MessageFlowProxy |
ExecutionGroupProxy.getMessageFlowByName(java.lang.String messageFlowName)
Returns the MessageFlowProxy object with the supplied name, or null if a flow 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 MessageFlowProxy | |
---|---|
java.util.Enumeration<MessageFlowProxy> |
ExecutionGroupProxy.getMessageFlows(java.util.Properties filter)
Returns an enumeration of all the MessageFlowProxy objects that match the filter specified by the Properties argument. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |