org.activemq.transport.stomp
Interface Stomp.Commands

Enclosing interface:
Stomp

public static interface Stomp.Commands


Field Summary
static String ABORT
           
static String ABORT_TRANSACTION
           
static String ACK
           
static String BEGIN
           
static String BEGIN_TRANSACTION
           
static String COMMIT
           
static String COMMIT_TRANSACTION
           
static String CONNECT
           
static String DISCONNECT
           
static String SEND
           
static String SUBSCRIBE
           
static String UNSUBSCRIBE
           
 

Field Detail

CONNECT

public static final String CONNECT
See Also:
Constant Field Values

SEND

public static final String SEND
See Also:
Constant Field Values

DISCONNECT

public static final String DISCONNECT
See Also:
Constant Field Values

SUBSCRIBE

public static final String SUBSCRIBE
See Also:
Constant Field Values

UNSUBSCRIBE

public static final String UNSUBSCRIBE
See Also:
Constant Field Values

BEGIN_TRANSACTION

public static final String BEGIN_TRANSACTION
See Also:
Constant Field Values

COMMIT_TRANSACTION

public static final String COMMIT_TRANSACTION
See Also:
Constant Field Values

ABORT_TRANSACTION

public static final String ABORT_TRANSACTION
See Also:
Constant Field Values

BEGIN

public static final String BEGIN
See Also:
Constant Field Values

COMMIT

public static final String COMMIT
See Also:
Constant Field Values

ABORT

public static final String ABORT
See Also:
Constant Field Values

ACK

public static final String ACK
See Also:
Constant Field Values


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.