kaos.core.util
Class MethodCallMsg

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

public abstract class MethodCallMsg
extends Msg

Superclass for a msg which encapsulates a method call $Revision: 1.1.1.1 $

See Also:
Serialized Form

Constructor Summary
MethodCallMsg(java.lang.String sequenceId)
          Constructor
 
Method Summary
 java.lang.String 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

MethodCallMsg

public MethodCallMsg(java.lang.String sequenceId)
Constructor

Parameters:
sequenceId - Unique identifier to identify MethodCallRequestMsg and MethodCallResultMsg pairs.
Method Detail

getSequenceId

public java.lang.String getSequenceId()