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
Modifier and TypeMethodDescriptionvoid
void
setSpecifications
(Specification[] specs) setUIFactory
(UIFactory factory) void
-
Method Details
-
setSpecifications
-
setUIFactory
-
setInitialized
void setInitialized() -
getProtocolManager
ProtocolManager getProtocolManager() -
getServiceManager
ServiceManager getServiceManager() -
getNodeKey
NodeKey getNodeKey() -
exception
-
startLinkManager
void startLinkManager()
-