java.io.Serializable
public final class ConnectionId
extends java.lang.Object
implements java.io.Serializable
EventRinging
message for registered DN. You need to retrieve ConnectionId from EventRinging
message and pass it to RequestAnswerCall
to answer those call.
...
EventRinging eventRinging = (EventRinging) message;
ConnectionID connId = eventRinging.getConnID();
RequestAnswerCall requestAnswerCall = RequestAnswerCall.create(
Dn,
connId);
Message response = tServerProtocol.request(requestAnswerCall);
Constructor | Description |
---|---|
ConnectionId() |
Constructor.
|
ConnectionId(byte[] buf,
int offset) |
Constructor from bytes stream fragment.
|
ConnectionId(long lConnID) |
Constructor from long type value.
|
ConnectionId(ConnectionId copy) |
Copy constructor.
|
ConnectionId(java.lang.String strTConnID) |
Constructor from string.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
|
long |
toLong() |
|
java.lang.String |
toString() |
public ConnectionId()
public ConnectionId(ConnectionId copy)
copy
- Original connection IDpublic ConnectionId(byte[] buf, int offset)
buf
- Streamoffset
- Stream offsetpublic ConnectionId(java.lang.String strTConnID)
strTConnID
- String representationpublic ConnectionId(long lConnID)
lConnID
- Long type representationpublic 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
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.