|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.core.util.Msg kaos.core.util.MethodCallMsg kaos.core.util.MethodCallStatusMsg
public class MethodCallStatusMsg
Constructor Summary | |
---|---|
MethodCallStatusMsg(java.lang.String sequenceId,
java.lang.String status)
Creates a msg indicating the status of a MethodCallRequestMsg |
Method Summary | |
---|---|
java.lang.String |
getStatus()
|
Methods inherited from class kaos.core.util.MethodCallMsg |
---|
getSequenceId |
Methods inherited from class kaos.core.util.Msg |
---|
addSubMsg, addSubMsg, addSymbol, addSymbol, addSymbol, addSymbol, addSymbol, addSymbol, clone, createFromFile, error, fatalError, getElementsNamed, getFirstChildSkip, getNamedString, getNamedString, getNamedVector, getNextSkip, getNodeAttributes, getParentSkip, getPreviousSkip, getRootNode, getSubMsg, getSubMsg, getSymbol, getSymbol, getVerbosity, main, removeSymbol, setLogger, setVerbosity, showMsgInfo, showMsgInfo, toString, traverseDOMBranch, traverseRoot, warning |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MethodCallStatusMsg(java.lang.String sequenceId, java.lang.String status)
sequenceId
- Unique identifier to identify the source msg this status
is forstatus
- message indicating the current status
$Revision: 1.1 $Method Detail |
---|
public java.lang.String getStatus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |