Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbMessageAssembly

java.lang.Object
        com.ibm.broker.plugin.MbMessageAssembly

public class MbMessageAssembly
extends Object

MbMessageAssembly is the top level structure used to pass messages between nodes. As well as the message itself, it also contains the exception list and the local and global environments all represented by MbMessage objects.

Constructor Index
Constructor Description
MbMessageAssembly(MbMessageAssembly, MbMessage) Semi-copy constructor for MbMessageAssembly.
MbMessageAssembly(MbMessageAssembly, MbMessage, MbMessage, MbMessage, MbMessage) Semi-copy constructor for MbMessageAssembly.
Method Index
Method Description
MbMessage getExceptionList() Gets the exception list associated with the assembly.
MbMessage getGlobalEnvironment() Gets the global environment associated with the assembly.
MbMessage getLocalEnvironment() Gets the local environment associated with the assembly.
MbMessage getMessage() Gets the message associated with the assembly.
String toString() Returns a String representation of the MbMessage.

Constructors

MbMessageAssembly

public MbMessageAssembly(MbMessageAssembly assembly,
                         MbMessage message) throws MbException

Semi-copy constructor for MbMessageAssembly.

MbMessageAssembly

public MbMessageAssembly(MbMessageAssembly assembly,
                         MbMessage localEnvironment,
                         MbMessage globalEnvironment,
                         MbMessage exceptionList,
                         MbMessage message) throws MbException

Semi-copy constructor for MbMessageAssembly.

Methods

getExceptionList

public MbMessage getExceptionList() throws MbException

Gets the exception list associated with the assembly.

getGlobalEnvironment

public MbMessage getGlobalEnvironment() throws MbException

Gets the global environment associated with the assembly.

getLocalEnvironment

public MbMessage getLocalEnvironment() throws MbException

Gets the local environment associated with the assembly.

getMessage

public MbMessage getMessage() throws MbException

Gets the message associated with the assembly.

toString

public String toString() 

Returns a String representation of the MbMessage.

Class Hierarchy All Classes All Fields and Methods