java.lang.Object com.ibm.broker.plugin.MbMessageFlow
public class MbMessageFlow
extends Object
MbMessageFlow provides access to message flow properties. An instance of this class is returned by the getMessageFlow method of MbNode.
Method | Description |
---|---|
String getName() | Returns the name of the message flow. |
boolean isCoordinatedTransaction() | Returns true if the message flow is configured as a coordinated transaction. |
public String getName()Returns the name of the message flow.
- Returns
- The name of the message flow
public boolean isCoordinatedTransaction()Returns true if the message flow is configured as a coordinated transaction.
- Returns
- true if the message flow is configured as a coordinated transaction, false otherwise.