|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.util.AbstractXmlObject
com.waveset.object.MetaEventResponse
A MetaEventResponse describes how to respond when a MetaEvent is detected.
Nested Class Summary | |
static class |
MetaEventResponse.Delete
A class representing an enable on the IDM user and/or resource accounts. |
static class |
MetaEventResponse.Disable
A class representing a disable on the IDM user and/or resource accounts. |
static class |
MetaEventResponse.Enable
A class representing an enable on the IDM user and/or resource accounts. |
static class |
MetaEventResponse.EnableDisable
An abstract base class used for enable and disable responses. |
Field Summary | |
static java.lang.String |
code_id
|
Fields inherited from class com.waveset.util.AbstractXmlObject |
_trace |
Constructor Summary | |
MetaEventResponse()
Create a response. |
Method Summary | |
abstract Message |
getDescription()
Return a description of this response. |
abstract java.util.List |
getReferences()
Return a possibly-null list of ObjectRefs referenced by this response. |
abstract java.lang.String |
getTypeString()
Get a string describing this type of response. |
Methods inherited from class com.waveset.util.AbstractXmlObject |
addXmlHeader, cloneObject, dump, dumpFile, getElementName, getReference, println, setTrace, toIdentityString, toVerboseString, toVerboseString, toXml, toXml, toXml, toXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public MetaEventResponse()
Method Detail |
public abstract Message getDescription()
public abstract java.util.List getReferences()
public abstract java.lang.String getTypeString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |