|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.discovery.topics.messages.TopicDiscoveryResponse
public class TopicDiscoveryResponse
Created on Apr 8, 2005
| Constructor Summary | |
|---|---|
TopicDiscoveryResponse()
|
|
| Method Summary | |
|---|---|
void |
add(SignedTopicAdvertisement ad)
|
static TopicDiscoveryResponse |
createObjectFromBytes(byte[] objectBytes)
Unmarshalls the bytes as a TopicDiscoveryResponse object |
byte[] |
getBytes()
Marshalls the object into an array of bytes. |
int |
getMatchingTopicCount()
|
SignedTopicAdvertisement[] |
getMatchingTopics()
|
Collection |
getMatchingTopicsCollection()
|
String |
toString()
For debugging purposes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TopicDiscoveryResponse()
| Method Detail |
|---|
public void add(SignedTopicAdvertisement ad)
public int getMatchingTopicCount()
public Collection getMatchingTopicsCollection()
public SignedTopicAdvertisement[] getMatchingTopics()
public byte[] getBytes()
public static TopicDiscoveryResponse createObjectFromBytes(byte[] objectBytes)
objectBytes -
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||