|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.discovery.topics.messages.TDNDiscoveryResponse
public class TDNDiscoveryResponse
Created on Apr 7, 2005
| Constructor Summary | |
|---|---|
TDNDiscoveryResponse()
|
|
| Method Summary | |
|---|---|
static TDNDiscoveryResponse |
createObjectFromBytes(byte[] objectBytes)
Unmarshalls the bytes as a TDNDiscoveryResponse object |
byte[] |
getBytes()
Marshalls the object into an array of bytes. |
Certificate |
getCredentials()
|
String |
getTDN_ID()
|
void |
setCredentials(Certificate credentials)
|
void |
setTDN_ID(String tdn_id)
|
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 TDNDiscoveryResponse()
| Method Detail |
|---|
public byte[] getBytes()
public static TDNDiscoveryResponse createObjectFromBytes(byte[] objectBytes)
objectBytes -
public String toString()
toString in class Objectpublic final Certificate getCredentials()
public final void setCredentials(Certificate credentials)
credentials - The credentials to set.public final String getTDN_ID()
public final void setTDN_ID(String tdn_id)
tdn_id - The tDN_ID to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||