org.almendra.janet.cas.handlers
Class ApplicationDeregisteredParams

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

public class ApplicationDeregisteredParams
extends AbstractEventParams
implements IEventParams

Author:
Oliver
See Also:
Serialized Form

Field Summary
protected  java.lang.String applicationName
           
static java.lang.String EVENT_NAME
           
protected  java.lang.String nodeName
           
 
Fields inherited from class org.almendra.commons.events.AbstractEventParams
attributes
 
Constructor Summary
ApplicationDeregisteredParams()
          Creates a new ApplicationDeregisteredParams object.
ApplicationDeregisteredParams(java.lang.String applicationName, java.lang.String nodeName)
          Creates a new ApplicationDeregisteredParams object.
 
Method Summary
 java.lang.String getApplicationName()
           
 java.lang.String getNodeName()
           
 
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

applicationName

protected java.lang.String applicationName

nodeName

protected java.lang.String nodeName
Constructor Detail

ApplicationDeregisteredParams

public ApplicationDeregisteredParams()
Creates a new ApplicationDeregisteredParams object.


ApplicationDeregisteredParams

public ApplicationDeregisteredParams(java.lang.String applicationName,
                                     java.lang.String nodeName)
Creates a new ApplicationDeregisteredParams object.

Method Detail

getApplicationName

public java.lang.String getApplicationName()
Returns:
Returns the applicationName.

getNodeName

public java.lang.String getNodeName()
Returns:
Returns the nodeName.