|
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.reporting.protocol.statserver.ConnectionId
public final class ConnectionId
Constructor Summary | |
---|---|
ConnectionId()
Constructor. |
|
ConnectionId(byte[] buf,
int offset)
Constructor from bytes stream fragment. |
|
ConnectionId(ConnectionId connectionId)
Copy constructor. |
|
ConnectionId(long connectionId)
Constructor from long type value. |
|
ConnectionId(java.lang.String connectionId)
Constructor from string. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
void |
fromXml(org.w3c.dom.Element element,
XmlUtil util)
|
int |
hashCode()
|
long |
toLong()
Presents in 'long' type. |
java.lang.String |
toString()
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Element element,
XmlUtil util)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConnectionId()
public ConnectionId(ConnectionId connectionId)
connectionId
- Original connection IDpublic ConnectionId(byte[] buf, int offset)
buf
- Stream.offset
- Stream offset.public ConnectionId(java.lang.String connectionId)
connectionId
- String representetion.public ConnectionId(long connectionId)
connectionId
- Long type representation.Method Detail |
---|
public long toLong()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public org.w3c.dom.Element toXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
toXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void fromXml(org.w3c.dom.Element element, XmlUtil util) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
fromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |