org.almendra.janet.cas.handlers
Class NodeStartupEventParams
java.lang.Object
org.almendra.commons.events.AbstractEventParams
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
NodeStartupEventParams
public NodeStartupEventParams(FutureResult future,
RegistryLocation centralRegistryLocation,
RegistryLocation localRegistryLocation,
java.util.List clusterSpaceDescriptors,
java.util.List clusterEventRegistryDescriptors,
boolean startGUI)
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.