Platform SDK Java 8.5 API Reference

com.genesyslab.platform.reporting.protocol.statserver
Class StatusConverter

java.lang.Object
  extended by com.genesyslab.platform.reporting.protocol.statserver.StatusConverter

public final class StatusConverter
extends java.lang.Object

Internal class for status structures unpacking from StatServer binary data.


Method Summary
static
<T extends XmlSerializable>
T
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

shortNameOf

public static java.lang.String shortNameOf(java.lang.Class objClass)

fullNameOf

public static java.lang.String fullNameOf(java.lang.String shortClassName)

decode

@Deprecated
public static IStatisticStatus decode(KeyValueCollection metricCol,
                                                 ILogger logger)
                               throws PlatformException
Deprecated. 

Throws:
PlatformException

decode

public static IStatisticStatus decode(KeyValueCollection metricCol,
                                      java.nio.charset.Charset charset,
                                      ILogger logger)
                               throws PlatformException
Throws:
PlatformException

decode

@Deprecated
public static IStatisticStatus decode(int iv,
                                                 byte[] bbuf,
                                                 ILogger logger)
                               throws PlatformException
Deprecated. 

Throws:
PlatformException

decode

public static IStatisticStatus decode(int iv,
                                      byte[] bbuf,
                                      java.nio.charset.Charset charset,
                                      ILogger logger)
                               throws PlatformException
Throws:
PlatformException

decode

@Deprecated
public static IStatisticStatus decode(int iv,
                                                 byte[] bbuf,
                                                 byte[] voidValueEx,
                                                 ILogger logger)
                               throws PlatformException
Deprecated. 

Throws:
PlatformException

decode

public static IStatisticStatus decode(int iv,
                                      byte[] bbuf,
                                      byte[] voidValueEx,
                                      java.nio.charset.Charset charset,
                                      ILogger logger)
                               throws PlatformException
Throws:
PlatformException

decode

public static XmlSerializable decode(org.w3c.dom.Element elem,
                                     java.lang.String typeName,
                                     XmlUtil util)
                              throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decode

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
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decodeRequestInfo

public static RequestInfo decodeRequestInfo(BytesBuffer buf)

decodeMediaCapacityInfo

public static MediaCapacityInfo decodeMediaCapacityInfo(BytesBuffer buf)

decodeCurrentTargetStateInfo

@Deprecated
public static CurrentTargetStateInfo decodeCurrentTargetStateInfo(BytesBuffer buf,
                                                                             byte[] voidValueEx)
                                                           throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Deprecated. 

Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decodeCurrentTargetStateInfo

public static CurrentTargetStateInfo decodeCurrentTargetStateInfo(BytesBuffer buf,
                                                                  byte[] voidValueEx,
                                                                  java.nio.charset.Charset charset)
                                                           throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decodeCurrentTargetStateSnapshot

@Deprecated
public static CurrentTargetStateSnapshot decodeCurrentTargetStateSnapshot(BytesBuffer buf,
                                                                                     byte[] voidValueEx)
                                                                   throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Deprecated. 

Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decodeCurrentTargetStateSnapshot

public static CurrentTargetStateSnapshot decodeCurrentTargetStateSnapshot(BytesBuffer buf,
                                                                          byte[] voidValueEx,
                                                                          java.nio.charset.Charset charset)
                                                                   throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decodeCurrentTargetStateDelta

@Deprecated
public static CurrentTargetStateDelta decodeCurrentTargetStateDelta(BytesBuffer buf,
                                                                               byte[] voidValueEx)
                                                             throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Deprecated. 

Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decodeCurrentTargetStateDelta

public static CurrentTargetStateDelta decodeCurrentTargetStateDelta(BytesBuffer buf,
                                                                    byte[] voidValueEx,
                                                                    java.nio.charset.Charset charset)
                                                             throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.