Package org.jcsp.net
Interface Node.Attributes
-
- All Known Implementing Classes:
Node.AttributesAccess
- Enclosing class:
- Node
public static interface Node.Attributes
An interface for exposing access to the private attributes. This is public.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
setSpecifications
void setSpecifications(Specification[] specs)
-
setInitialized
void setInitialized()
-
getProtocolManager
ProtocolManager getProtocolManager()
-
getServiceManager
ServiceManager getServiceManager()
-
getNodeKey
NodeKey getNodeKey()
-
exception
NodeInitFailedException exception(java.lang.String msg)
-
startLinkManager
void startLinkManager()
-
-