org.almendra.janet.cas.node.interpreters
Class NodeStartedTrait

java.lang.Object
  extended by org.almendra.janet.cas.node.interpreters.NodeStartedTrait

public class NodeStartedTrait
extends java.lang.Object

Author:
Oliver

Nested Class Summary
(package private)  class NodeStartedTrait.BindClusterEventRegistry
           
(package private)  class NodeStartedTrait.BindClusterSobject
           
(package private)  class NodeStartedTrait.BindClusterSpace
           
 
Constructor Summary
NodeStartedTrait()
          Creates a new NodeStartedTrait object.
 
Method Summary
protected  java.util.Map bindClusterSpaces(java.util.List clusterSubobjectDescriptors, java.lang.String localHostname)
           
 void bindClusterSubobjects(Node node, NodeStartedCommand command)
           
protected  java.util.Map bindEventRegistries(java.util.List clusterSubobjectDescriptors, java.lang.String localHostname)
           
protected  java.util.List getMonitorMask()
           
protected  java.util.Map getMonitorMaskDefaultValues(java.lang.String nodeName)
           
 void showGUI(NodeStartedCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeStartedTrait

public NodeStartedTrait()
Creates a new NodeStartedTrait object.

Method Detail

bindClusterSubobjects

public void bindClusterSubobjects(Node node,
                                  NodeStartedCommand command)
                           throws java.rmi.AccessException,
                                  java.rmi.RemoteException,
                                  java.rmi.NotBoundException
Throws:
java.rmi.AccessException
java.rmi.RemoteException
java.rmi.NotBoundException

bindClusterSpaces

protected java.util.Map bindClusterSpaces(java.util.List clusterSubobjectDescriptors,
                                          java.lang.String localHostname)
                                   throws java.rmi.AccessException,
                                          java.rmi.RemoteException,
                                          java.rmi.NotBoundException
Throws:
java.rmi.AccessException
java.rmi.RemoteException
java.rmi.NotBoundException

bindEventRegistries

protected java.util.Map bindEventRegistries(java.util.List clusterSubobjectDescriptors,
                                            java.lang.String localHostname)
                                     throws java.rmi.AccessException,
                                            java.rmi.RemoteException,
                                            java.rmi.NotBoundException
Throws:
java.rmi.AccessException
java.rmi.RemoteException
java.rmi.NotBoundException

showGUI

public void showGUI(NodeStartedCommand command)

getMonitorMask

protected java.util.List getMonitorMask()

getMonitorMaskDefaultValues

protected java.util.Map getMonitorMaskDefaultValues(java.lang.String nodeName)