org.almendra.janet.cas.handlers
Class ApplicationDeregisteredParams
java.lang.Object
org.almendra.commons.events.AbstractEventParams
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
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
applicationName
protected java.lang.String applicationName
nodeName
protected java.lang.String nodeName
ApplicationDeregisteredParams
public ApplicationDeregisteredParams()
- Creates a new
ApplicationDeregisteredParams
object.
ApplicationDeregisteredParams
public ApplicationDeregisteredParams(java.lang.String applicationName,
java.lang.String nodeName)
- Creates a new
ApplicationDeregisteredParams
object.
getApplicationName
public java.lang.String getApplicationName()
- Returns:
- Returns the applicationName.
getNodeName
public java.lang.String getNodeName()
- Returns:
- Returns the nodeName.