C# Class Apache.NMS.ActiveMQ.Commands.SessionInfo

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

Méthodes publiques

Méthode Description
GetDataStructureType ( ) : byte
SessionInfo ( ) : Apache.NMS.ActiveMQ.State
SessionInfo ( ConnectionInfo connectionInfo, long sessionId ) : Apache.NMS.ActiveMQ.State
ToString ( ) : string
visit ( ICommandVisitor visitor ) : Response

Method Details

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

SessionInfo() public méthode

public SessionInfo ( ) : Apache.NMS.ActiveMQ.State
Résultat Apache.NMS.ActiveMQ.State

SessionInfo() public méthode

public SessionInfo ( ConnectionInfo connectionInfo, long sessionId ) : Apache.NMS.ActiveMQ.State
connectionInfo ConnectionInfo
sessionId long
Résultat Apache.NMS.ActiveMQ.State

ToString() public méthode

public ToString ( ) : string
Résultat string

visit() public méthode

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
Résultat Response