CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net
Interface Node.Attributes

Enclosing class:
Node

public static interface Node.Attributes

An interface for exposing access to the private attributes. This is public.


Method Summary
 NodeInitFailedException exception(String msg)
           
 NodeKey getNodeKey()
           
 ProtocolManager getProtocolManager()
           
 ServiceManager getServiceManager()
           
 void setInitialized()
           
 void setSpecifications(org.jcsp.net.Specification[] specs)
           
 NodeID setUIFactory(UIFactory factory)
           
 void startLinkManager()
           
 

Method Detail

setSpecifications

void setSpecifications(org.jcsp.net.Specification[] specs)

setUIFactory

NodeID setUIFactory(UIFactory factory)

setInitialized

void setInitialized()

getProtocolManager

ProtocolManager getProtocolManager()

getServiceManager

ServiceManager getServiceManager()

getNodeKey

NodeKey getNodeKey()

exception

NodeInitFailedException exception(String msg)

startLinkManager

void startLinkManager()

CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.