public class ReplayControl extends IMCMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplayControl.OP |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
ReplayControl() |
ReplayControl(IMCDefinition defs) |
ReplayControl(IMCMessage msg) |
ReplayControl(ReplayControl.OP op,
java.lang.String file) |
| Modifier and Type | Method and Description |
|---|---|
static ReplayControl |
clone(IMCMessage msg) |
static ReplayControl |
create(java.lang.Object... values) |
java.lang.String |
getFile() |
ReplayControl.OP |
getOp()
Operation to perform.
|
ReplayControl |
setFile(java.lang.String file) |
ReplayControl |
setOp(ReplayControl.OP op) |
ReplayControl |
setOp(short op) |
ReplayControl |
setOp(java.lang.String op) |
asJSON, asXml, cloneMessage, cloneMessage, compareTo, copyFrom, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, getValues, hasFlag, hexdump, isNull, isPeriodic, main, makeImmutable, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public ReplayControl()
public ReplayControl(IMCMessage msg)
public ReplayControl(IMCDefinition defs)
public ReplayControl(ReplayControl.OP op, java.lang.String file)
public static ReplayControl create(java.lang.Object... values)
public static ReplayControl clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic ReplayControl.OP getOp()
public java.lang.String getFile()
public ReplayControl setOp(ReplayControl.OP op)
op - Operation (enumerated)public ReplayControl setOp(java.lang.String op)
op - Operation (as a String)public ReplayControl setOp(short op)
op - Operation (integer value)public ReplayControl setFile(java.lang.String file)
file - File To Replay