XmlSerializable
, java.io.Serializable
public final class ConnectionId extends java.lang.Object implements java.io.Serializable, XmlSerializable
Constructor | Description |
---|---|
ConnectionId() |
Constructor.
|
ConnectionId(byte[] buf,
int offset) |
Constructor from bytes stream fragment.
|
ConnectionId(long connectionId) |
Constructor from long type value.
|
ConnectionId(ConnectionId connectionId) |
Copy constructor.
|
ConnectionId(java.lang.String connectionId) |
Constructor from string.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
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.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
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.