|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.Command
com.tivoli.twg.engine.TWGServerCommand
Command-subclass for creating Director Server extension commands. These commands use a common command code for the TWGServer service node, and pass an ASCIIZ string as the first parameter to select the specific command invoked. The second and addition parameters are extension-command-specific.
Field Summary | |
---|---|
static long |
INVALID_PARAMETER_RC
Return code for invalid parameters |
static java.lang.String |
TWGSERVERNAME
ServiceNode name for TWG server ServiceNode |
static long |
UNSUPPORTED_CMD
Return code for unknown/unsupported commands |
Constructor Summary | |
---|---|
TWGServerCommand(java.lang.String cmdname)
Constructor for server command. |
Method Summary | |
---|---|
java.lang.String |
ServerCommandName()
Get server command name string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String TWGSERVERNAME
public static final long UNSUPPORTED_CMD
public static final long INVALID_PARAMETER_RC
Constructor Detail |
public TWGServerCommand(java.lang.String cmdname)
cmdname
- - extension command nameMethod Detail |
public java.lang.String ServerCommandName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |