cgl.narada.discovery.topics
Interface Topics


public interface Topics

List of Topics used in the Topic discovery scheme Created on Apr 8, 2005


Field Summary
static String ENTITY_TOPIC_BASE
          Entity topic base
The final topic string will be 'ENTITY_TOPIC_BASE/ENTITY_ID'
static int MATCHING_INTEGER
           
static int MATCHING_REGEX
           
static int MATCHING_STRING
           
static int MATCHING_TAGVALUE
           
static int MATCHING_XPATH
           
static String TDN_DISCOVERY
          Used to discover TDNs
static String TDN_TOPIC_BASE
          TDN base topic
The final topic string will be 'TDN_TOPIC_BASE/TDN_ID'
static String TOPIC_ADS
          Used to broadcast Topic advertisements so that listening TDNs may store it for future retrieval
static String TOPIC_DISCOVERY_REQUEST
          Used to propagate Topic Discovery Requests
static String TOPIC_DISCOVERY_RESPONSE
          Used to send Topic Discovery Responses
 

Field Detail

TDN_DISCOVERY

static final String TDN_DISCOVERY
Used to discover TDNs

See Also:
Constant Field Values

TOPIC_ADS

static final String TOPIC_ADS
Used to broadcast Topic advertisements so that listening TDNs may store it for future retrieval

See Also:
Constant Field Values

TOPIC_DISCOVERY_REQUEST

static final String TOPIC_DISCOVERY_REQUEST
Used to propagate Topic Discovery Requests

See Also:
Constant Field Values

TOPIC_DISCOVERY_RESPONSE

static final String TOPIC_DISCOVERY_RESPONSE
Used to send Topic Discovery Responses

See Also:
Constant Field Values

TDN_TOPIC_BASE

static final String TDN_TOPIC_BASE
TDN base topic
The final topic string will be 'TDN_TOPIC_BASE/TDN_ID'

See Also:
Constant Field Values

ENTITY_TOPIC_BASE

static final String ENTITY_TOPIC_BASE
Entity topic base
The final topic string will be 'ENTITY_TOPIC_BASE/ENTITY_ID'

See Also:
Constant Field Values

MATCHING_STRING

static final int MATCHING_STRING
See Also:
Constant Field Values

MATCHING_INTEGER

static final int MATCHING_INTEGER
See Also:
Constant Field Values

MATCHING_REGEX

static final int MATCHING_REGEX
See Also:
Constant Field Values

MATCHING_TAGVALUE

static final int MATCHING_TAGVALUE
See Also:
Constant Field Values

MATCHING_XPATH

static final int MATCHING_XPATH
See Also:
Constant Field Values


For comments and suggestions please send e-mail to The NaradaBrokering Project