|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
dsnserver.XmlRpcTargetCommand_CmdID
public class XmlRpcTargetCommand_CmdID
NOT USED YET! A function which is used as a XmlRpc function. It is used for sending out a target command and to send the reply back to the GUI.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
(package private) Communication |
myComm
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
XmlRpcTargetCommand_CmdID(Communication comm)
|
Method Summary | |
---|---|
java.util.Vector |
targetCommand(java.lang.String DSNID,
java.lang.String command,
long timeout)
This function is not waiting for a maxrepy amount. |
java.util.Vector |
targetCommand(java.lang.String DSNID,
java.lang.String command,
long timeout,
int maxreply)
A function which is used as a XmlRpc function. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
Communication myComm
Constructor Detail |
---|
public XmlRpcTargetCommand_CmdID(Communication comm)
Method Detail |
---|
public java.util.Vector targetCommand(java.lang.String DSNID, java.lang.String command, long timeout, int maxreply) throws java.lang.Exception
String
- DSNIDjava.lang.Exception
public java.util.Vector targetCommand(java.lang.String DSNID, java.lang.String command, long timeout) throws java.lang.Exception
String
- DSNIDjava.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |