com.atomikos.icatch.msg
Interface CommitProtocol


public interface CommitProtocol

The commit protocols that can be supported by Atomikos.


Field Summary
static int PROTOCOL_APP
          Constant indicating the native Atomikos portable propagation protocol.
static int PROTOCOL_BTP
          Constant indicating the BTP protocol.
static int PROTOCOL_UNKNOWN
          Constant indicating an unknown commit protocol.
static int PROTOCOL_WST
          Constant indicating the WS-T protocol.
 

Field Detail

PROTOCOL_UNKNOWN

static final int PROTOCOL_UNKNOWN
Constant indicating an unknown commit protocol.

See Also:
Constant Field Values

PROTOCOL_BTP

static final int PROTOCOL_BTP
Constant indicating the BTP protocol.

See Also:
Constant Field Values

PROTOCOL_WST

static final int PROTOCOL_WST
Constant indicating the WS-T protocol.

See Also:
Constant Field Values

PROTOCOL_APP

static final int PROTOCOL_APP
Constant indicating the native Atomikos portable propagation protocol.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.