org.almendra.janet.cas.handlers
Class ForeignApplicationDeregisteredParams
java.lang.Object
org.almendra.commons.events.AbstractEventParams
org.almendra.janet.cas.handlers.ForeignApplicationDeregisteredParams
- All Implemented Interfaces:
- java.io.Serializable, IEventParams
public class ForeignApplicationDeregisteredParams
- 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
ForeignApplicationDeregisteredParams
public ForeignApplicationDeregisteredParams()
- Creates a new
ForeignApplicationDeregisteredParams
object.
ForeignApplicationDeregisteredParams
public ForeignApplicationDeregisteredParams(java.lang.String nodeName,
java.lang.String applicationName)
- Creates a new
ForeignApplicationDeregisteredParams
object.
getApplicationName
public java.lang.String getApplicationName()
- Returns:
- Returns the applicationName.
getNodeName
public java.lang.String getNodeName()
- Returns:
- Returns the nodeName.