Uses of Class
com.caucho.message.stomp.StompCommand

Packages that use StompCommand
com.caucho.message.stomp   
 

Uses of StompCommand in com.caucho.message.stomp
 

Subclasses of StompCommand in com.caucho.message.stomp
 class StompAbortCommand
          begins a transaction.
 class StompAckCommand
          Unsubscribe from a stomp message destination.
 class StompBeginCommand
          begins a transaction.
 class StompCommitCommand
          begins a transaction.
 class StompConnectCommand
          Custom serialization for the cache
 class StompDisconnectCommand
          Custom serialization for the cache
 class StompNackCommand
          Unsubscribe from a stomp message destination.
 class StompSendCommand
          Custom serialization for the cache
 class StompSubscribeCommand
          Custom serialization for the cache
 class StompUnsubscribeCommand
          Unsubscribe from a stomp message destination.