raccoon.tibco.tibrv.badhnati.descriptors
Interface AeConstants


public interface AeConstants

Contains all the various constants used to identify the differents elements contained by an Active Enterprise message.

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

Field Summary
static java.lang.String CLASS_DECL
          The identifier used to indicate a class
static java.lang.String CLASS_DIRECTORY
          The default location within the TIB/Repository of the definition of Active Enterprise classes.
static java.lang.String DATA_DECL
          The identifier for the payload or actual data transmitted
static java.lang.String DEFAULT_PREFIX
          The string representing the default prefix directory
static java.lang.String INDEX_DECL
          The class reference or position within the class list
static java.lang.String PREFIX_LIST_DECL
          The identifier for the class list (prefix list in the tib world)
static java.lang.String SEQUENCE_DIRECTORY
          The default location within the TIB/Repository of the definition of Active Enterprise sequences.
 

Field Detail

PREFIX_LIST_DECL

static final java.lang.String PREFIX_LIST_DECL
The identifier for the class list (prefix list in the tib world)

See Also:
Constant Field Values

DATA_DECL

static final java.lang.String DATA_DECL
The identifier for the payload or actual data transmitted

See Also:
Constant Field Values

CLASS_DECL

static final java.lang.String CLASS_DECL
The identifier used to indicate a class

See Also:
Constant Field Values

INDEX_DECL

static final java.lang.String INDEX_DECL
The class reference or position within the class list

See Also:
PREFIX_LIST_DECL, Constant Field Values

CLASS_DIRECTORY

static final java.lang.String CLASS_DIRECTORY
The default location within the TIB/Repository of the definition of Active Enterprise classes.

See Also:
Constant Field Values

SEQUENCE_DIRECTORY

static final java.lang.String SEQUENCE_DIRECTORY
The default location within the TIB/Repository of the definition of Active Enterprise sequences.

See Also:
Constant Field Values

DEFAULT_PREFIX

static final java.lang.String DEFAULT_PREFIX
The string representing the default prefix directory

See Also:
Constant Field Values


Copyright null null. All Rights Reserved.