kaos.core.util
Class MethodCallRequestMsg
java.lang.Object
kaos.core.util.Msg
kaos.core.util.MethodCallMsg
kaos.core.util.MethodCallRequestMsg
- All Implemented Interfaces:
- java.io.Serializable, org.xml.sax.ErrorHandler
public class MethodCallRequestMsg
- extends MethodCallMsg
- See Also:
- Serialized Form
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, readFromXML, removeSymbol, setLogger, setVerbosity, showMsgInfo, showMsgInfo, toString, traverseDOMBranch, traverseRoot, warning, writeToXML |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AUTH_HASHTABLE
public static final java.lang.String AUTH_HASHTABLE
- See Also:
- Constant Field Values
IS_REPLY_REQUESTED
public static final java.lang.String IS_REPLY_REQUESTED
- See Also:
- Constant Field Values
MethodCallRequestMsg
public MethodCallRequestMsg()
MethodCallRequestMsg
public MethodCallRequestMsg(java.lang.String methodName,
java.util.Vector args)
MethodCallRequestMsg
public MethodCallRequestMsg(java.lang.String methodName,
java.util.Vector args,
java.util.Hashtable authTable)
MethodCallRequestMsg
public MethodCallRequestMsg(java.lang.String sequenceId,
java.lang.String methodName,
java.util.Vector args,
java.util.Hashtable authTable)
getMethodName
public java.lang.String getMethodName()
getArgs
public java.util.Vector getArgs()
setMethodNameArgs
public void setMethodNameArgs(java.lang.String methodName,
java.util.Vector args)
getAuthorization
public java.util.Hashtable getAuthorization()
setAuthorization
public void setAuthorization(java.util.Hashtable authTable)
isReplyRequested
public boolean isReplyRequested()
setIsReplyRequested
public void setIsReplyRequested(boolean replyRequested)