org.apache.activemq.transport.stomp
Interface Stomp.Commands
- Enclosing interface:
- Stomp
public static interface Stomp.Commands
CONNECT
static final String CONNECT
- See Also:
- Constant Field Values
SEND
static final String SEND
- See Also:
- Constant Field Values
DISCONNECT
static final String DISCONNECT
- See Also:
- Constant Field Values
SUBSCRIBE
static final String SUBSCRIBE
- See Also:
- Constant Field Values
UNSUBSCRIBE
static final String UNSUBSCRIBE
- See Also:
- Constant Field Values
BEGIN_TRANSACTION
static final String BEGIN_TRANSACTION
- See Also:
- Constant Field Values
COMMIT_TRANSACTION
static final String COMMIT_TRANSACTION
- See Also:
- Constant Field Values
ABORT_TRANSACTION
static final String ABORT_TRANSACTION
- See Also:
- Constant Field Values
BEGIN
static final String BEGIN
- See Also:
- Constant Field Values
COMMIT
static final String COMMIT
- See Also:
- Constant Field Values
ABORT
static final String ABORT
- See Also:
- Constant Field Values
ACK
static final String ACK
- See Also:
- Constant Field Values
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.