org.activemq.transport.stomp
Interface Stomp.Commands
- Enclosing interface:
- Stomp
- public static interface Stomp.Commands
CONNECT
public static final java.lang.String CONNECT
- See Also:
- Constant Field Values
SEND
public static final java.lang.String SEND
- See Also:
- Constant Field Values
DISCONNECT
public static final java.lang.String DISCONNECT
- See Also:
- Constant Field Values
SUBSCRIBE
public static final java.lang.String SUBSCRIBE
- See Also:
- Constant Field Values
UNSUBSCRIBE
public static final java.lang.String UNSUBSCRIBE
- See Also:
- Constant Field Values
BEGIN_TRANSACTION
public static final java.lang.String BEGIN_TRANSACTION
- See Also:
- Constant Field Values
COMMIT_TRANSACTION
public static final java.lang.String COMMIT_TRANSACTION
- See Also:
- Constant Field Values
ABORT_TRANSACTION
public static final java.lang.String ABORT_TRANSACTION
- See Also:
- Constant Field Values
BEGIN
public static final java.lang.String BEGIN
- See Also:
- Constant Field Values
COMMIT
public static final java.lang.String COMMIT
- See Also:
- Constant Field Values
ABORT
public static final java.lang.String ABORT
- See Also:
- Constant Field Values
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.