SSF.OS
Class ProtocolGraph

java.lang.Object
  |
  +--com.renesys.raceway.SSF.Entity
        |
        +--SSF.OS.ProtocolGraph
All Implemented Interfaces:
com.renesys.raceway.DML.Configurable
Direct Known Subclasses:
Host

public synchronized class ProtocolGraph
extends com.renesys.raceway.SSF.Entity
implements com.renesys.raceway.DML.Configurable


Field Summary
private  java.util.Hashtable byName
           
private  Resource cpu
           
 java.lang.String description
           
private  java.util.Hashtable globals
           
private  java.util.Vector pendingInitialization
           
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
ProtocolGraph()
           
 
Method Summary
 void config(com.renesys.raceway.DML.Configuration)
           
private  void configSession(com.renesys.raceway.DML.Configuration)
           
 Resource cpu()
           
 void init()
           
 ProtocolSession SessionForName(java.lang.String)
           
 
Methods inherited from class com.renesys.raceway.SSF.Entity
alignment, alignTo, coalignedEntities, inChannels, joinAll, makeIndependent, now, outChannels, pauseAll, playRole, processes, resumeAll, startAll, startAll, startClient, startClient, startServer, W, Z
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

byName

private java.util.Hashtable byName

globals

private java.util.Hashtable globals

pendingInitialization

private java.util.Vector pendingInitialization

cpu

private Resource cpu

description

public java.lang.String description
Constructor Detail

ProtocolGraph

public ProtocolGraph()
Method Detail

cpu

public Resource cpu()

config

public void config(com.renesys.raceway.DML.Configuration)
            throws com.renesys.raceway.DML.configException
Specified by:
config in interface com.renesys.raceway.DML.Configurable
com.renesys.raceway.DML.configException

configSession

private void configSession(com.renesys.raceway.DML.Configuration)
                    throws com.renesys.raceway.DML.configException
com.renesys.raceway.DML.configException

init

public void init()
Overrides:
init in class com.renesys.raceway.SSF.Entity

SessionForName

public ProtocolSession SessionForName(java.lang.String)
                               throws ProtocolException
ProtocolException