public class ClientOpEventInformation
extends java.lang.Object
Java class is used to collect the information elements generated by the ClientOPEventListener and the client API.| Constructor and Description |
|---|
ClientOpEventInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getID()
Gets the ID of this event.
|
long |
getStartTime()
Returns the value of the operation start time in nanoseconds.
|
long |
getStopTime()
Returns the value of the operation stop time in nanoseconds.
|
ClientOpEventTopic |
getTopic()
Gets the ClientOpEventTopic of this event.
|
int |
hashCode() |
void |
lookupStart()
Sets the lookup start time in nanoseconds.
|
void |
lookupStop()
Sets the lookup stop time in nanoseconds.
|
void |
operationStart()
Sets the operation start time in nanoseconds.
|
void |
operationStop()
Sets the operation stop time in nanoseconds.
|
void |
setLastConnection(com.highdeal.hmi.IConnection connection)
Sets the last used connection.
|
void |
setMsg(com.highdeal.cnd.message.common.CollectorMessage msg)
Sets the operation message sent to the server.
|
void |
setMsg(com.highdeal.guiding.LookupMessage msg)
Sets the lookup message sent to the server.
|
void |
setMsgKey(java.lang.Object msgKey)
Sets the message key sent to the server.
|
void |
setTopic(ClientOpEventTopic topic)
Sets the ClientOpEventTopic of this event.
|
static void |
setUIDGeneratorCurrentValue(long newValue)
Sets a new value to the unique ID generator.
|
java.lang.String |
toString() |
public long getID()
public void operationStart()
public void operationStop()
public void lookupStart()
public void lookupStop()
public long getStartTime()
public long getStopTime()
public void setMsg(com.highdeal.cnd.message.common.CollectorMessage msg)
msg - The messagepublic void setMsg(com.highdeal.guiding.LookupMessage msg)
msg - The messagepublic void setMsgKey(java.lang.Object msgKey)
msgKey - The message keypublic void setLastConnection(com.highdeal.hmi.IConnection connection)
connection - The connectionpublic void setTopic(ClientOpEventTopic topic)
topic - public ClientOpEventTopic getTopic()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static void setUIDGeneratorCurrentValue(long newValue)
newValue - The new ID value