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

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 © 2004-2009 Protique, Ltd.. All Rights Reserved.