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 TypeMethodDescriptionvoidvoidsetSpecifications(Specification[] specs) setUIFactory(UIFactory factory) void
-
Constructor Details
-
AttributesAccess
private AttributesAccess()
-
-
Method Details
-
setSpecifications
- Specified by:
setSpecificationsin interfaceNode.Attributes
-
setUIFactory
- Specified by:
setUIFactoryin interfaceNode.Attributes
-
setInitialized
public void setInitialized()- Specified by:
setInitializedin interfaceNode.Attributes
-
getProtocolManager
- Specified by:
getProtocolManagerin interfaceNode.Attributes
-
getServiceManager
- Specified by:
getServiceManagerin interfaceNode.Attributes
-
getNodeKey
- Specified by:
getNodeKeyin interfaceNode.Attributes
-
exception
- Specified by:
exceptionin interfaceNode.Attributes
-
startLinkManager
public void startLinkManager()- Specified by:
startLinkManagerin interfaceNode.Attributes
-