raccoon.tibco.tibrv.api
Interface ICommProtocol


public interface ICommProtocol

The communication protocoles available for TIB/Rendezvous.

Since:
Raccoon v0.7
Version:
$Id: ICommProtocol.java,v 1.3 2003/07/01 19:19:56 crouvrais Exp $
Author:
Cedric ROUVRAIS

Field Summary
static int ANY
          Any kind of protocol
static int TIBRV_AGENT
          The Rendezvous Agent protocole
static int TIBRV_CM
          The certified messaging protocol
static int TIBRV_DQ
          The distributed queuing protocol
static int TIBRV_PROCESS
          The process protocol
static int TIBRV_RELIABLE
          The reliable protocole
static int TIBRV_TX
          The transactional protocol
 

Field Detail

ANY

static final int ANY
Any kind of protocol

See Also:
Constant Field Values

TIBRV_AGENT

static final int TIBRV_AGENT
The Rendezvous Agent protocole

See Also:
Constant Field Values

TIBRV_RELIABLE

static final int TIBRV_RELIABLE
The reliable protocole

See Also:
Constant Field Values

TIBRV_CM

static final int TIBRV_CM
The certified messaging protocol

See Also:
Constant Field Values

TIBRV_DQ

static final int TIBRV_DQ
The distributed queuing protocol

See Also:
Constant Field Values

TIBRV_PROCESS

static final int TIBRV_PROCESS
The process protocol

See Also:
Constant Field Values

TIBRV_TX

static final int TIBRV_TX
The transactional protocol

See Also:
Constant Field Values


Copyright null null. All Rights Reserved.