|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.discovery.broker.messages.BrokerAdvertisement
public class BrokerAdvertisement
Skeletal structure of a Broker Advertisement
Created on Mar 23, 2005
| Constructor Summary | |
|---|---|
BrokerAdvertisement()
|
|
| Method Summary | |
|---|---|
static BrokerAdvertisement |
createObjectFromBytes(byte[] objectBytes)
Unmarshalls the bytes as a BrokerAdvertisement object |
String |
getBelongsToNetwork()
|
byte[] |
getBytes()
Marshalls the object into an array of bytes. |
String |
getHostname()
|
String |
getInfo()
|
Hashtable |
getSupportedTransportProtocols()
|
void |
setBelongsToNetwork(String belongsToNetwork)
|
void |
setHostname(String hostname)
|
void |
setInfo(String info)
|
void |
setSupportedTransportProtocols(Hashtable supportedTransportProtocols)
|
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 BrokerAdvertisement()
| Method Detail |
|---|
public byte[] getBytes()
public static BrokerAdvertisement createObjectFromBytes(byte[] objectBytes)
objectBytes -
public String toString()
toString in class Objectpublic final String getBelongsToNetwork()
public final void setBelongsToNetwork(String belongsToNetwork)
belongsToNetwork - The belongsToNetwork to set.public final String getHostname()
public final void setHostname(String hostname)
hostname - The hostname to set.public final String getInfo()
public final void setInfo(String info)
info - The info to set.public final Hashtable getSupportedTransportProtocols()
public final void setSupportedTransportProtocols(Hashtable supportedTransportProtocols)
supportedTransportProtocols - The supportedTransportProtocols to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||