org.almendra.janet.cas.node
Class CentralNodeImage

java.lang.Object
  extended by org.almendra.janet.cas.node.AbstractNodeImage
      extended by org.almendra.janet.cas.node.CentralNodeImage

public class CentralNodeImage
extends AbstractNodeImage

Author:
Oliver

Field Summary
 
Fields inherited from class org.almendra.janet.cas.node.AbstractNodeImage
agentDispatcher, applications, isForeign, nodeLocation
 
Constructor Summary
protected CentralNodeImage()
           
  CentralNodeImage(IAgentDispatcher agentDispatcher, NodeLocation nodeLocation)
           
  CentralNodeImage(IAgentDispatcher agentDispatcher, NodeLocation nodeLocation, boolean isForeign)
          Creates a new CentralNodeImage object.
 
Method Summary
 
Methods inherited from class org.almendra.janet.cas.node.AbstractNodeImage
deregisterAllApplications, deregisterApplicationAgents, deregisterForeignApplication, deregisterForeignApplication, getAgentCount, getAgentDispatcher, getAgentNames, getAllApplicationCapabilityPaths, getApplications, getNodeLocation, getNodeName, getNodeRegistryLocation, hasAgent, hasAgent, hasApplication, hasCapability, hasForeignAgent, initApplications, isForeign, isForeignApplicationRegistered, isForeignCapabilityRegistered, registerApplicationAgents, registerForeignApplicationAgent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CentralNodeImage

protected CentralNodeImage()

CentralNodeImage

public CentralNodeImage(IAgentDispatcher agentDispatcher,
                        NodeLocation nodeLocation)

CentralNodeImage

public CentralNodeImage(IAgentDispatcher agentDispatcher,
                        NodeLocation nodeLocation,
                        boolean isForeign)
Creates a new CentralNodeImage object.