|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventStatisticProfile | |
---|---|
com.genesyslab.platform.reporting.protocol.statserver.events |
This package contains many event messages, including
EventInfo and
EventCurrentTargetStateSnapshot ,
that give you statistical information. |
Uses of EventStatisticProfile in com.genesyslab.platform.reporting.protocol.statserver.events |
---|
Methods in com.genesyslab.platform.reporting.protocol.statserver.events that return EventStatisticProfile | |
---|---|
static EventStatisticProfile |
EventStatisticProfile.create()
Creates instance of EventStatisticProfile with no parameters set. |
static EventStatisticProfile |
EventStatisticProfile.create(java.lang.Integer tag,
java.lang.Integer timestamp,
java.lang.Integer intervalLength,
java.lang.Integer intValue,
java.lang.String stringValue,
KeyValueCollection profile)
Creates instance of EventStatisticProfile with all parameters set. |
static EventStatisticProfile |
EventStatisticProfile.create(java.lang.Integer timestamp,
java.lang.Integer intervalLength,
java.lang.Integer intValue,
KeyValueCollection profile)
Creates instance of EventStatisticProfile with required parameters set. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |