|
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.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.reporting.protocol.statserver.events.EventStatisticClosed
public abstract class EventStatisticClosed
Indicates that Stat Server will no longer send information about a particular statistic.
Selected Properties:
Name | Description |
---|---|
ReferenceId | ReferenceId of the
RequestOpenStatistic ,
RequestOpenStatisticEx ,
that was used to open the statistics. |
IntValue | Int value of the statistic. |
Tag | User reference ID. |
Name | Description |
---|---|
RequestOpenStatistic |
Requests that Stat Server start sending information about a predefined statistics. |
RequestOpenStatisticEx |
Requests that Stat Server start sending information about a statistics that is defined in the request. |
'EventStatisticClosed' ('3')
message attributes:
REQ_ID [int] = 3
USER_REQ_ID [int] = -1
TM_SERVER [int] = 1254100252
TM_LENGTH [int] = 0
LONG_VALUE [int] = 2
Selected Property Naming Equivalents for Stat Server and Platform SDK:
Stat Server Name | Platform SDK Name |
---|---|
REQ_ID | ReferenceId |
LONG_VALUE | IntValue |
USER_REQ_ID | Tag |
8.1.200.24
with difference in this event attributes values.ReferenceId
" value is equal to the ReferenceId
of the original request message.
But this server version sets it as the ReferenceId
of the statistic open request.IntValue
" (representing statistic id), it means that "ReferenceId
" represents it.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static EventStatisticClosed |
create()
Creates instance of EventStatisticClosed with no parameters set. |
static EventStatisticClosed |
create(java.lang.Integer timestamp,
java.lang.Integer intervalLength,
java.lang.Integer intValue)
Creates instance of EventStatisticClosed with required parameters set. |
static EventStatisticClosed |
create(java.lang.Integer tag,
java.lang.Integer timestamp,
java.lang.Integer intervalLength,
java.lang.Integer intValue,
java.lang.String stringValue)
Creates instance of EventStatisticClosed with all parameters set. |
abstract java.lang.Integer |
getIntervalLength()
Interval length for historical statistics. |
abstract java.lang.Integer |
getIntValue()
Specifies which type of profile information (statistical types, time profiles, time ranges, or filters) will be returned from a RequestGetStatisticProfile. |
abstract java.lang.Integer |
getReferenceId()
A unique integer that is specified for identification of requested statistics. |
abstract java.lang.String |
getStringValue()
|
abstract java.lang.Integer |
getTag()
User reference ID. |
abstract java.lang.Integer |
getTimestamp()
|
abstract void |
setIntervalLength(int intervalLength)
Interval length for historical statistics. |
abstract void |
setIntervalLength(java.lang.Integer intervalLength)
Interval length for historical statistics. |
abstract void |
setIntValue(int intValue)
Specifies which type of profile information (statistical types, time profiles, time ranges, or filters) will be returned from a RequestGetStatisticProfile. |
abstract void |
setIntValue(java.lang.Integer intValue)
Specifies which type of profile information (statistical types, time profiles, time ranges, or filters) will be returned from a RequestGetStatisticProfile. |
abstract void |
setReferenceId(int referenceId)
A unique integer that is specified for identification of requested statistics. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
A unique integer that is specified for identification of requested statistics. |
abstract void |
setStringValue(java.lang.String stringValue)
|
abstract void |
setTag(int tag)
User reference ID. |
abstract void |
setTag(java.lang.Integer tag)
User reference ID. |
abstract void |
setTimestamp(int timestamp)
|
abstract void |
setTimestamp(java.lang.Integer timestamp)
|
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static EventStatisticClosed create()
public static EventStatisticClosed create(java.lang.Integer tag, java.lang.Integer timestamp, java.lang.Integer intervalLength, java.lang.Integer intValue, java.lang.String stringValue)
tag
- Tagtimestamp
- TimestampintervalLength
- IntervalLengthintValue
- IntValuestringValue
- StringValue
public static EventStatisticClosed create(java.lang.Integer timestamp, java.lang.Integer intervalLength, java.lang.Integer intValue)
timestamp
- TimestampintervalLength
- IntervalLengthintValue
- IntValue
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getTag()
public abstract void setTag(java.lang.Integer tag)
public abstract void setTag(int tag)
public abstract java.lang.Integer getTimestamp()
public abstract void setTimestamp(java.lang.Integer timestamp)
public abstract void setTimestamp(int timestamp)
public abstract java.lang.Integer getIntervalLength()
public abstract void setIntervalLength(java.lang.Integer intervalLength)
public abstract void setIntervalLength(int intervalLength)
public abstract java.lang.Integer getIntValue()
public abstract void setIntValue(java.lang.Integer intValue)
public abstract void setIntValue(int intValue)
public abstract java.lang.String getStringValue()
public abstract void setStringValue(java.lang.String stringValue)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |