public class JLJsonConnectionHelp extends JLJsonCommandHelp implements JLConnectRequestParams, JLConnectResponseParams
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OBJ_SERVICE_STATUS |
ALLOWED_PROE_CMD, APP_PROE, COMMAND, FUNC_CONNECT, FUNC_DISCONNECT, FUNC_IS_RUNNING, FUNC_KILL_PROE, FUNC_START_PROE, FUNC_STOP_PROE, PARAM_COMMANDLOG, PARAM_PRODUCT, PARAM_RETRIES, PARAM_START_COMMAND, PARAM_START_DIR, PARAM_SYSTEM, PARAM_USE_DESKTOPOUTPUT_RUNNING, OUTPUT_SESSIONID| Constructor and Description |
|---|
JLJsonConnectionHelp() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand()
Get the command for this family of functions
|
java.util.List<FunctionTemplate> |
getHelp()
Get a list of function templates for this family of functions.
|
java.util.List<FunctionObject> |
getHelpObjects()
Get a list of data objects used in function templates for this family of functions.
|
makeInertia, makePoint, makeTransform, makeTransformpublic static final java.lang.String OBJ_SERVICE_STATUS
public java.lang.String getCommand()
JLJsonCommandHelpgetCommand in class JLJsonCommandHelppublic java.util.List<FunctionTemplate> getHelp()
JLJsonCommandHelpgetHelp in class JLJsonCommandHelppublic java.util.List<FunctionObject> getHelpObjects()
JLJsonCommandHelpgetHelpObjects in class JLJsonCommandHelp