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
Constructor Summary |
MethodCallRequestMsg()
Creates a msg which encapsulates a method call request |
MethodCallRequestMsg(java.lang.String sequenceId,
java.lang.String methodName,
java.util.Vector args,
java.util.Hashtable authTable)
Creates a msg which encapsulates a method call request |
MethodCallRequestMsg(java.lang.String methodName,
java.util.Vector args)
Creates a msg which encapsulates a method call request |
MethodCallRequestMsg(java.lang.String methodName,
java.util.Vector args,
java.util.Hashtable authTable)
|
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 |
AUTH_HASHTABLE
public static final java.lang.String AUTH_HASHTABLE
- See Also:
- Constant Field Values
MethodCallRequestMsg
public MethodCallRequestMsg()
- Creates a msg which encapsulates a method call request
MethodCallRequestMsg
public MethodCallRequestMsg(java.lang.String methodName,
java.util.Vector args)
- Creates a msg which encapsulates a method call request
- Parameters:
sequenceId
- Unique identifier which will be returned in the
reply to identify which MethodCallMsg the reply is
in response tomethodName
- The name of the method to callargs
- Vector of arguments to pass to the method.
null is OK if there are no arguments.
each argument must be serializable!
$Revision: 1.5 $
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)
- Creates a msg which encapsulates a method call request
- Parameters:
sequenceId
- Unique identifier which will be returned in the
reply to identify which MethodCallMsg the reply is
in response tomethodName
- The name of the method to callargs
- Vector of arguments to pass to the method.
null is OK if there are no arguments.
each argument must be serializable!
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)