org.almendra.janet.cas.handlers
Class NodeShutdownParams

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

public class NodeShutdownParams
extends AbstractEventParams
implements IEventParams

Author:
Oliver
See Also:
Serialized Form

Field Summary
static java.lang.String EVENT_NAME
           
protected  NodeAccessor node
           
 
Fields inherited from class org.almendra.commons.events.AbstractEventParams
attributes
 
Constructor Summary
protected NodeShutdownParams()
          Creates a new NodeShutdownParams object.
  NodeShutdownParams(NodeAccessor node)
          Creates a new NodeShutdownParams object.
 
Method Summary
 NodeAccessor getNode()
           
 
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

node

protected NodeAccessor node
Constructor Detail

NodeShutdownParams

protected NodeShutdownParams()
Creates a new NodeShutdownParams object.


NodeShutdownParams

public NodeShutdownParams(NodeAccessor node)
Creates a new NodeShutdownParams object.

Method Detail

getNode

public NodeAccessor getNode()
Returns:
Returns the node.