org.almendra.janet.cas.node
Class CentralClusterImage

java.lang.Object
  extended by org.almendra.janet.cas.node.AbstractClusterImage
      extended by org.almendra.janet.cas.node.CentralClusterImage

public class CentralClusterImage
extends AbstractClusterImage

Author:
Oliver

Field Summary
 
Fields inherited from class org.almendra.janet.cas.node.AbstractClusterImage
localNodeImage, lock, nodeImages
 
Constructor Summary
CentralClusterImage()
           
 
Method Summary
 AbstractNodeImage addNodeImage(IAgentDispatcher agentDispatcher, NodeLocation nodeLocation)
           
protected  AbstractNodeImage createLocalNode(IAgentDispatcher dispatcher, NodeLocation nodeLocation)
           
 
Methods inherited from class org.almendra.janet.cas.node.AbstractClusterImage
addLocalNode, deregisterAllApplications, existingCapabilitiesOnOtherNodes, existsCapabilityOnOtherNodes, getAgentCount, getAgentDispatcher, getAgentPaths, getAgentPaths, getAgentPaths, getAgentsQueueSizes, getAllAgents, getAllApplicationCapabilitesOn, getAllForeignAgents, getAllForeignAgents, getAllForeignNodeLocations, getAllForeignNodeNames, getAllForeignSystemAgentPaths, getAllNodeNamesWithCapability, getForeignNodeNamesWithApplication, getForeignNodesCount, getForeignNodesWithApplication, getLocalNodeImage, getNodeImage, getNodeImage, hasApplication, hasCapability, removeNodeImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CentralClusterImage

public CentralClusterImage()
Method Detail

addNodeImage

public AbstractNodeImage addNodeImage(IAgentDispatcher agentDispatcher,
                                      NodeLocation nodeLocation)
Specified by:
addNodeImage in class AbstractClusterImage

createLocalNode

protected AbstractNodeImage createLocalNode(IAgentDispatcher dispatcher,
                                            NodeLocation nodeLocation)
Specified by:
createLocalNode in class AbstractClusterImage
Parameters:
dispatcher -
nodeLocation -
Returns: