Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbMessageFlow

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 Index
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.

Methods

getName

public String getName() 

Returns the name of the message flow.

isCoordinatedTransaction

public boolean isCoordinatedTransaction() 

Returns true if the message flow is configured as a coordinated transaction.

Class Hierarchy All Classes All Fields and Methods