C# Class Apache.NMS.ActiveMQ.State.TransactionState

Show file Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
ToString ( ) : String
TransactionState ( TransactionId id ) : System
addCommand ( Command operation ) : void
getId ( ) : TransactionId
shutdown ( ) : void

Private Methods

Method Description
checkShutdown ( ) : void

Method Details

ToString() public method

public ToString ( ) : String
return String

TransactionState() public method

public TransactionState ( TransactionId id ) : System
id Apache.NMS.ActiveMQ.Commands.TransactionId
return System

addCommand() public method

public addCommand ( Command operation ) : void
operation Command
return void

getId() public method

public getId ( ) : TransactionId
return Apache.NMS.ActiveMQ.Commands.TransactionId

shutdown() public method

public shutdown ( ) : void
return void