org.almendra.janet.cas.handlers
Class NodeStartupEventParams

java.lang.Object
  extended by org.almendra.commons.events.AbstractEventParams
      extended by org.almendra.janet.cas.handlers.NodeStartupEventParams
All Implemented Interfaces:
java.io.Serializable, IEventParams

public class NodeStartupEventParams
extends AbstractEventParams
implements IEventParams

Author:
Oliver
See Also:
Serialized Form

Field Summary
protected  RegistryLocation centralRegistryLocation
           
protected  java.util.List clusterEventRegistryDescriptors
           
protected  java.util.List clusterSpaceDescriptors
           
static java.lang.String EVENT_NAME
           
protected  FutureResult future
           
protected  RegistryLocation localRegistryLocation
           
protected  boolean startGUI
           
 
Fields inherited from class org.almendra.commons.events.AbstractEventParams
attributes
 
Constructor Summary
NodeStartupEventParams(FutureResult future, RegistryLocation centralRegistryLocation, RegistryLocation localRegistryLocation, java.util.List clusterSpaceDescriptors, java.util.List clusterEventRegistryDescriptors, boolean startGUI)
           
 
Method Summary
 RegistryLocation getCentralRegistryLocation()
           
 java.util.List getClusterEventRegistryDescriptors()
           
 java.util.List getClusterSpaceDescriptors()
           
 FutureResult getFuture()
           
 RegistryLocation getLocalRegistryLocation()
           
 boolean isStartGUI()
           
 
Methods inherited from class org.almendra.commons.events.AbstractEventParams
get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.almendra.commons.events.IEventParams
get, put
 

Field Detail

EVENT_NAME

public static final java.lang.String EVENT_NAME
See Also:
Constant Field Values

future

protected FutureResult future

centralRegistryLocation

protected RegistryLocation centralRegistryLocation

localRegistryLocation

protected RegistryLocation localRegistryLocation

clusterSpaceDescriptors

protected java.util.List clusterSpaceDescriptors

clusterEventRegistryDescriptors

protected java.util.List clusterEventRegistryDescriptors

startGUI

protected boolean startGUI
Constructor Detail

NodeStartupEventParams

public NodeStartupEventParams(FutureResult future,
                              RegistryLocation centralRegistryLocation,
                              RegistryLocation localRegistryLocation,
                              java.util.List clusterSpaceDescriptors,
                              java.util.List clusterEventRegistryDescriptors,
                              boolean startGUI)
Method Detail

getFuture

public FutureResult getFuture()
Returns:
Returns the future.

getCentralRegistryLocation

public RegistryLocation getCentralRegistryLocation()
Returns:
Returns the centralRegistryLocation.

getLocalRegistryLocation

public RegistryLocation getLocalRegistryLocation()
Returns:
Returns the localRegistryLocation.

isStartGUI

public boolean isStartGUI()
Returns:
Returns the startGUI.

getClusterSpaceDescriptors

public java.util.List getClusterSpaceDescriptors()
Returns:

getClusterEventRegistryDescriptors

public java.util.List getClusterEventRegistryDescriptors()
Returns:
Returns the clusterEventRegistryDescriptors.