public class MReportingDeserializer extends MPropertyBasedDeserializer
Modifier and Type | Field and Description |
---|---|
protected MComponent |
currentSink |
protected boolean |
currentSinkActive |
protected MConfigurationUtilities |
m_ConfigUtil |
contextStack, subMap, subs, supportedTypeNames
Constructor and Description |
---|
MReportingDeserializer(MConfigurationUtilities p_configUtil) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
readAnySupportedType(java.lang.String typeName) |
protected java.lang.Object |
readFileSink() |
protected java.lang.Object |
readHawkSink() |
protected java.lang.Object |
readNetworkSink() |
protected java.lang.Object |
readReporting() |
protected java.lang.Object |
readSinkRole() |
protected java.lang.Object |
readStdioSink() |
java.lang.String |
toString()
Returns a String that represents the value of this object.
|
deserialize, getOptionalBoolean, getOptionalBytes, getOptionalInteger, getOptionalString, getPropertyCount, getRequiredBoolean, getRequiredBytes, getRequiredInteger, getRequiredString, internalRead, isTypeSupported, readAllOf, readAllOf, readAllOfFrom, readAllOfFrom, readAny, readFirstOf, readFirstOf, readNthOf, readNthOf, readOptional, readOptional, registerSubDeserializer
finalize, getCurrentObjectName, getCurrentProperties, getCurrentRootPath, getCurrentTypeName, getSupportedTypeNames, raiseError, raiseError, registerSubProcessor
protected MConfigurationUtilities m_ConfigUtil
protected MComponent currentSink
protected boolean currentSinkActive
public MReportingDeserializer(MConfigurationUtilities p_configUtil)
protected java.lang.Object readAnySupportedType(java.lang.String typeName) throws MException
readAnySupportedType
in class MPropertyBasedDeserializer
MException
protected java.lang.Object readFileSink() throws MException
MException
protected java.lang.Object readHawkSink() throws MException
MException
protected java.lang.Object readNetworkSink() throws MException
MException
protected java.lang.Object readReporting() throws MException
MException
protected java.lang.Object readSinkRole() throws MException
MException
protected java.lang.Object readStdioSink() throws MException
MException
public java.lang.String toString()
toString
in class MPropertyBasedProcessor