Platform SDK Java 8.5 API Reference

com.genesyslab.platform.reporting.protocol.statserver
Interface StatServerMessage


public interface StatServerMessage

StatServerMessage is statistic server message marker.

It indicates that an instance can be cast to Message.


     if (obj instanceof StatServerMessage) {
         Message msg = (Message)obj;
         // do something
     }
 



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.