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

Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
checkShutdown ( ) : void

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

TransactionState() public méthode

public TransactionState ( TransactionId id ) : System
id Apache.NMS.ActiveMQ.Commands.TransactionId
Résultat System

addCommand() public méthode

public addCommand ( Command operation ) : void
operation Command
Résultat void

getId() public méthode

public getId ( ) : TransactionId
Résultat Apache.NMS.ActiveMQ.Commands.TransactionId

shutdown() public méthode

public shutdown ( ) : void
Résultat void