public class LoggingControl extends IMCMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingControl.OP |
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
LoggingControl() |
LoggingControl(IMCDefinition defs) |
LoggingControl(IMCMessage msg) |
LoggingControl(LoggingControl.OP op,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static LoggingControl |
clone(IMCMessage msg) |
static LoggingControl |
create(java.lang.Object... values) |
java.lang.String |
getName() |
LoggingControl.OP |
getOp()
Operation to perform.
|
LoggingControl |
setName(java.lang.String name) |
LoggingControl |
setOp(LoggingControl.OP op) |
LoggingControl |
setOp(short op) |
LoggingControl |
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 LoggingControl()
public LoggingControl(IMCMessage msg)
public LoggingControl(IMCDefinition defs)
public LoggingControl(LoggingControl.OP op, java.lang.String name)
public static LoggingControl create(java.lang.Object... values)
public static LoggingControl clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic LoggingControl.OP getOp()
public java.lang.String getName()
public LoggingControl setOp(LoggingControl.OP op)
op - Control Operation (enumerated)public LoggingControl setOp(java.lang.String op)
op - Control Operation (as a String)public LoggingControl setOp(short op)
op - Control Operation (integer value)public LoggingControl setName(java.lang.String name)
name - Log Label / Path