Package org.jcsp.net
Class Node.AttributesAccess
java.lang.Object
org.jcsp.net.Node.AttributesAccess
- All Implemented Interfaces:
Node.Attributes
- Enclosing class:
- Node
A class for exposing access to the private attributes. This is private so that only
this class can create an instance. The interface (Attributes) is public to allow it
to be used once created.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setSpecifications
(Specification[] specs) setUIFactory
(UIFactory factory) void
-
Constructor Details
-
AttributesAccess
private AttributesAccess()
-
-
Method Details
-
setSpecifications
- Specified by:
setSpecifications
in interfaceNode.Attributes
-
setUIFactory
- Specified by:
setUIFactory
in interfaceNode.Attributes
-
setInitialized
public void setInitialized()- Specified by:
setInitialized
in interfaceNode.Attributes
-
getProtocolManager
- Specified by:
getProtocolManager
in interfaceNode.Attributes
-
getServiceManager
- Specified by:
getServiceManager
in interfaceNode.Attributes
-
getNodeKey
- Specified by:
getNodeKey
in interfaceNode.Attributes
-
exception
- Specified by:
exception
in interfaceNode.Attributes
-
startLinkManager
public void startLinkManager()- Specified by:
startLinkManager
in interfaceNode.Attributes
-