|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.discovery.topics.TopicDiscoveryNode
public class TopicDiscoveryNode
Implementation of a Topic Discovery Node Created on Apr 7, 2005
| Constructor Summary | |
|---|---|
TopicDiscoveryNode(int clientEntityId,
String configFile,
String tdnid,
String host,
String port,
String protocol,
String output)
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Starts the Topic Discovery node. |
void |
onEvent(NBEvent nbEvent)
Process events |
void |
send(String topicName,
byte[] request)
Send the specified message on specified topic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TopicDiscoveryNode(int clientEntityId,
String configFile,
String tdnid,
String host,
String port,
String protocol,
String output)
| Method Detail |
|---|
public void send(String topicName,
byte[] request)
topicName - -
The topic on which to send the messagerequest - -
The message to be sentpublic void onEvent(NBEvent nbEvent)
onEvent in interface NBEventListenerpublic static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||