private class Node.AttributesAccess extends java.lang.Object implements Node.Attributes
| Modifier | Constructor and Description |
|---|---|
private |
AttributesAccess() |
| Modifier and Type | Method and Description |
|---|---|
NodeInitFailedException |
exception(java.lang.String msg) |
NodeKey |
getNodeKey() |
ProtocolManager |
getProtocolManager() |
ServiceManager |
getServiceManager() |
void |
setInitialized() |
void |
setSpecifications(Specification[] specs) |
NodeID |
setUIFactory(UIFactory factory) |
void |
startLinkManager() |
public void setSpecifications(Specification[] specs)
setSpecifications in interface Node.Attributespublic NodeID setUIFactory(UIFactory factory)
setUIFactory in interface Node.Attributespublic void setInitialized()
setInitialized in interface Node.Attributespublic ProtocolManager getProtocolManager()
getProtocolManager in interface Node.Attributespublic ServiceManager getServiceManager()
getServiceManager in interface Node.Attributespublic NodeKey getNodeKey()
getNodeKey in interface Node.Attributespublic NodeInitFailedException exception(java.lang.String msg)
exception in interface Node.Attributespublic void startLinkManager()
startLinkManager in interface Node.Attributes