public class MbMessageFlow extends java.lang.Object implements java.lang.Comparable<MbMessageFlow>
getMessageFlow()
method of MbNode.Modifier and Type | Method and Description |
---|---|
int |
compareTo(MbMessageFlow other) |
boolean |
equals(java.lang.Object other) |
java.lang.String |
getApplicationName()
Returns the application name of the message flow.
|
java.lang.String |
getLibraryName()
Returns the library name of the message flow.
|
java.lang.String |
getName()
Returns the name of the message flow.
|
int |
hashCode() |
boolean |
isCoordinatedTransaction()
Returns true if the message flow is configured as a coordinated transaction.
|
static boolean |
isInstanceStopping()
Returns if the current thread been asked to stop.
|
public java.lang.String getName()
public java.lang.String getApplicationName()
public java.lang.String getLibraryName()
public static boolean isInstanceStopping()
public boolean isCoordinatedTransaction()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int compareTo(MbMessageFlow other)
compareTo
in interface java.lang.Comparable<MbMessageFlow>