kaos.core.util
Class MethodCallStatusMsg

java.lang.Object
  extended by kaos.core.util.Msg
      extended by kaos.core.util.MethodCallMsg
          extended by kaos.core.util.MethodCallStatusMsg
All Implemented Interfaces:
java.io.Serializable, org.xml.sax.ErrorHandler

public class MethodCallStatusMsg
extends MethodCallMsg

See Also:
Serialized Form

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

MethodCallStatusMsg

public MethodCallStatusMsg(java.lang.String sequenceId,
                           java.lang.String status)
Creates a msg indicating the status of a MethodCallRequestMsg

Parameters:
sequenceId - Unique identifier to identify the source msg this status is for
status - message indicating the current status $Revision: 1.1 $
Method Detail

getStatus

public java.lang.String getStatus()