Package | Description |
---|---|
com.genesyslab.platform.voice.protocol |
This package contains the
Protocol classes that your applications
can use to set up communication with T-Server, such as
TServerProtocol. |
com.genesyslab.platform.voice.protocol.runtime |
This package is used internally by the protocol.
|
com.genesyslab.platform.voice.protocol.tserver | |
com.genesyslab.platform.voice.protocol.tserver.requests.special |
Modifier and Type | Method | Description |
---|---|---|
void |
TServerProtocol.sendAndClear(RequestPrivateService message) |
Sends a specified message and cancel using of it in further session recoveries.
|
void |
TServerProtocol.sendAndClear(RequestPrivateService message,
java.lang.Integer privateMessageId) |
Sends a specified message and cancel using of it in further session recoveries.
|
void |
TServerProtocol.sendAndStore(RequestPrivateService message) |
Sends a specified message and use it in further session recoveries.
|
Modifier and Type | Method | Description |
---|---|---|
Message |
RegistrationHandler.storePSRequest(RequestPrivateService message,
RegistrationHandler.PSRegInfo psRegInfo) |
Modifier and Type | Method | Description |
---|---|---|
static RequestPrivateService |
TServerPrivateServices.createRequestChangeUserDataFilter(java.lang.String thisDN,
KeyValueCollection udataFilter) |
|
static RequestPrivateService |
TServerPrivateServices.createRequestRegisterAllKnownDNs(java.lang.String thisDN,
KeyValueCollection udataFilter,
EventMask eventMask) |
Request for the Private Service for the bulk DN registration feature.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestPrivateService |
RequestPrivateService.create() |
Creates instance of RequestPrivateService with no parameters set.
|
static RequestPrivateService |
RequestPrivateService.create(java.lang.Integer privateMsgID,
java.lang.String thisDN) |
Creates instance of RequestPrivateService with required parameters set.
|
static RequestPrivateService |
RequestPrivateService.create(java.lang.Integer privateMsgID,
java.lang.String thisDN,
ConnectionId connID,
KeyValueCollection userData,
KeyValueCollection reasons,
KeyValueCollection extensions) |
Creates instance of RequestPrivateService with all parameters set.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.