|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.discovery.broker.messages.BrokerDiscoveryRequest
public class BrokerDiscoveryRequest
Created on Mar 26, 2005
| Constructor Summary | |
|---|---|
BrokerDiscoveryRequest()
|
|
| Method Summary | |
|---|---|
static BrokerDiscoveryRequest |
createObjectFromBytes(byte[] objectBytes)
Unmarshalls the bytes as a BrokerDiscoveryRequest object |
String |
getBelongingToNetwork()
|
byte[] |
getBytes()
Marshalls the object into an array of bytes. |
String |
getHostname()
|
int |
getPort()
|
String |
getRequestUUID()
|
String |
getSecurityCredentials()
|
String[] |
getTransportProtocols()
|
void |
setBelongingToNetwork(String belongingToNetwork)
|
void |
setHostname(String hostname)
|
void |
setPort(int port)
|
void |
setSecurityCredentials(String securityCredentials)
|
void |
setTransportProtocols(String[] transportProtocols)
|
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 BrokerDiscoveryRequest()
| Method Detail |
|---|
public byte[] getBytes()
public static BrokerDiscoveryRequest createObjectFromBytes(byte[] objectBytes)
objectBytes -
public String toString()
toString in class Objectpublic final String getBelongingToNetwork()
public final void setBelongingToNetwork(String belongingToNetwork)
belongingToNetwork - The belongingToNetwork to set.public final String getHostname()
public final void setHostname(String hostname)
hostname - The hostname to set.public final int getPort()
public final void setPort(int port)
port - The port to set.public final String getSecurityCredentials()
public final void setSecurityCredentials(String securityCredentials)
securityCredentials - The securityCredentials to set.public final String[] getTransportProtocols()
public final void setTransportProtocols(String[] transportProtocols)
transportProtocols - The transportProtocols to set.public final String getRequestUUID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||