public class PceSetupPathCommand extends AbstractShellCommand
| Modifier and Type | Field and Description |
|---|---|
static byte |
DESTINATION_DEVICEID_INDEX |
static byte |
DESTINATION_PORTNO_INDEX |
static byte |
DEVICEID_INDEX |
static byte |
SOURCE_DEVICEID_INDEX |
static byte |
SOURCE_PORTNO_INDEX |
static byte |
SUBTYPE_DEVICEID |
static byte |
SUBTYPE_INDEX |
static byte |
SUBTYPE_LINK |
static byte |
TYPE_INDEX |
| Constructor and Description |
|---|
PceSetupPathCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute()
Executes this command.
|
annotations, annotations, annotations, appId, codec, doExecute, error, get, getService, jsonForEntity, mapper, outputJson, printcheckInterrupted, executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encodepublic static final byte SUBTYPE_DEVICEID
public static final byte SUBTYPE_LINK
public static final byte SUBTYPE_INDEX
public static final byte TYPE_INDEX
public static final byte DEVICEID_INDEX
public static final byte SOURCE_DEVICEID_INDEX
public static final byte SOURCE_PORTNO_INDEX
public static final byte DESTINATION_DEVICEID_INDEX
public static final byte DESTINATION_PORTNO_INDEX
protected void execute()
AbstractShellCommandexecute in class AbstractShellCommand