public interface NodeDetails extends ComponentLinker, FormatMarshaller
| Modifier and Type | Method and Description |
|---|---|
ChannelAddress |
getAddress() |
java.lang.String |
getName() |
boolean |
isSelf() |
MessageLink |
openLink() |
MessageLink |
openVirtualLink() |
void |
setName(java.lang.String inName)
Update this node's nickname.
|
getComponent, getComponentmarshallboolean isSelf()
ChannelAddress getAddress()
java.lang.String getName()
void setName(java.lang.String inName)
inName - - The nickname to useMessageLink openLink() throws LinkException
LinkExceptionMessageLink openVirtualLink() throws LinkException
LinkException