|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.reporting.protocol.statserver.StatusConverter
public final class StatusConverter
Internal class for status structures unpacking from StatServer binary data.
Method Summary | ||
---|---|---|
static
|
decode(java.lang.Class<T> elemClass,
org.w3c.dom.Element element,
XmlUtil util)
|
|
static XmlSerializable |
decode(org.w3c.dom.Element elem,
java.lang.String typeName,
XmlUtil util)
|
|
static IStatisticStatus |
decode(int iv,
byte[] bbuf,
byte[] voidValueEx,
java.nio.charset.Charset charset,
ILogger logger)
|
|
static IStatisticStatus |
decode(int iv,
byte[] bbuf,
byte[] voidValueEx,
ILogger logger)
Deprecated. |
|
static IStatisticStatus |
decode(int iv,
byte[] bbuf,
java.nio.charset.Charset charset,
ILogger logger)
|
|
static IStatisticStatus |
decode(int iv,
byte[] bbuf,
ILogger logger)
Deprecated. |
|
static IStatisticStatus |
decode(KeyValueCollection metricCol,
java.nio.charset.Charset charset,
ILogger logger)
|
|
static IStatisticStatus |
decode(KeyValueCollection metricCol,
ILogger logger)
Deprecated. |
|
static CurrentTargetStateDelta |
decodeCurrentTargetStateDelta(BytesBuffer buf,
byte[] voidValueEx)
Deprecated. |
|
static CurrentTargetStateDelta |
decodeCurrentTargetStateDelta(BytesBuffer buf,
byte[] voidValueEx,
java.nio.charset.Charset charset)
|
|
static CurrentTargetStateInfo |
decodeCurrentTargetStateInfo(BytesBuffer buf,
byte[] voidValueEx)
Deprecated. |
|
static CurrentTargetStateInfo |
decodeCurrentTargetStateInfo(BytesBuffer buf,
byte[] voidValueEx,
java.nio.charset.Charset charset)
|
|
static CurrentTargetStateSnapshot |
decodeCurrentTargetStateSnapshot(BytesBuffer buf,
byte[] voidValueEx)
Deprecated. |
|
static CurrentTargetStateSnapshot |
decodeCurrentTargetStateSnapshot(BytesBuffer buf,
byte[] voidValueEx,
java.nio.charset.Charset charset)
|
|
static MediaCapacityInfo |
decodeMediaCapacityInfo(BytesBuffer buf)
|
|
static RequestInfo |
decodeRequestInfo(BytesBuffer buf)
|
|
static java.lang.String |
fullNameOf(java.lang.String shortClassName)
|
|
static java.lang.String |
shortNameOf(java.lang.Class objClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String shortNameOf(java.lang.Class objClass)
public static java.lang.String fullNameOf(java.lang.String shortClassName)
@Deprecated public static IStatisticStatus decode(KeyValueCollection metricCol, ILogger logger) throws PlatformException
PlatformException
public static IStatisticStatus decode(KeyValueCollection metricCol, java.nio.charset.Charset charset, ILogger logger) throws PlatformException
PlatformException
@Deprecated public static IStatisticStatus decode(int iv, byte[] bbuf, ILogger logger) throws PlatformException
PlatformException
public static IStatisticStatus decode(int iv, byte[] bbuf, java.nio.charset.Charset charset, ILogger logger) throws PlatformException
PlatformException
@Deprecated public static IStatisticStatus decode(int iv, byte[] bbuf, byte[] voidValueEx, ILogger logger) throws PlatformException
PlatformException
public static IStatisticStatus decode(int iv, byte[] bbuf, byte[] voidValueEx, java.nio.charset.Charset charset, ILogger logger) throws PlatformException
PlatformException
public static XmlSerializable decode(org.w3c.dom.Element elem, java.lang.String typeName, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public static <T extends XmlSerializable> T decode(java.lang.Class<T> elemClass, org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public static RequestInfo decodeRequestInfo(BytesBuffer buf)
public static MediaCapacityInfo decodeMediaCapacityInfo(BytesBuffer buf)
@Deprecated public static CurrentTargetStateInfo decodeCurrentTargetStateInfo(BytesBuffer buf, byte[] voidValueEx) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public static CurrentTargetStateInfo decodeCurrentTargetStateInfo(BytesBuffer buf, byte[] voidValueEx, java.nio.charset.Charset charset) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
@Deprecated public static CurrentTargetStateSnapshot decodeCurrentTargetStateSnapshot(BytesBuffer buf, byte[] voidValueEx) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public static CurrentTargetStateSnapshot decodeCurrentTargetStateSnapshot(BytesBuffer buf, byte[] voidValueEx, java.nio.charset.Charset charset) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
@Deprecated public static CurrentTargetStateDelta decodeCurrentTargetStateDelta(BytesBuffer buf, byte[] voidValueEx) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public static CurrentTargetStateDelta decodeCurrentTargetStateDelta(BytesBuffer buf, byte[] voidValueEx, java.nio.charset.Charset charset) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |