Package | Description |
---|---|
com.avaya.collaboration.conference.scheduled |
Provides classes and interfaces for scheduling conferences, including ones that can begin right away.
|
Modifier and Type | Field and Description |
---|---|
static SchedConfResultCode |
SchedConfResultCode.COMMUNICATION_ERROR
Communication with the server failed.
|
static SchedConfResultCode |
SchedConfResultCode.CONFERENCE_ALREADY_CANCELLED
Conference already cancelled.
|
static SchedConfResultCode |
SchedConfResultCode.CONFERENCE_FINISHED
Attempt to modify/cancel a conference failed because the conference has finished.
|
static SchedConfResultCode |
SchedConfResultCode.CONFERENCE_NOT_FOUND
Conference not found.
|
static SchedConfResultCode |
SchedConfResultCode.CONFERENCE_STARTED
Attempt to modify/cancel a conference failed because the conference has started.
|
static SchedConfResultCode |
SchedConfResultCode.CONNECTOR_NOT_FOUND
Attempt to locate connector failed.
|
static SchedConfResultCode |
SchedConfResultCode.DUPLICATE_CONFERENCE
Attempt to schedule a conference failed because a duplicate conference exists.
|
static SchedConfResultCode |
SchedConfResultCode.FORWARDING_ERROR
Attempt to forward request to conference connector failed.
|
static SchedConfResultCode |
SchedConfResultCode.GENERIC_SERVER_ERROR
Server returned a vague error response.
|
static SchedConfResultCode |
SchedConfResultCode.INITIALIZATION_ERROR
Initialization of the conference API has failed
|
static SchedConfResultCode |
SchedConfResultCode.OK
Operation succeeded
|
static SchedConfResultCode |
SchedConfResultCode.ORGANIZATION_NOT_FOUND
Organization not found.
|
static SchedConfResultCode |
SchedConfResultCode.START_TIME_TOO_LATE
The conference cannot be scheduled because the start time is too far in the future.
|
static SchedConfResultCode |
SchedConfResultCode.TEST_MODE_ERROR
An error occurred because the conference connector is configured for test mode.
|
static SchedConfResultCode |
SchedConfResultCode.TIMEOUT
Operation timed out.
|
static SchedConfResultCode |
SchedConfResultCode.UNEXPECTED_ERROR
Unexpected error encountered.
|
static SchedConfResultCode |
SchedConfResultCode.UNEXPECTED_SERVER_RESPONSE
Server returned an unexpected response.
|
static SchedConfResultCode |
SchedConfResultCode.UNRECOGNIZED_SERVER_ERROR
Server returned an unrecognized error response.
|
static SchedConfResultCode |
SchedConfResultCode.XML_PARSER_ERROR_ON_SERVER
The conference service could not parse the XML that Avaya Breeze sent to it.
|
static SchedConfResultCode |
SchedConfResultCode.XML_UNMARSHALL_ERROR
The XML in the response could not be unmarshalled.
|
Modifier and Type | Method and Description |
---|---|
SchedConfResultCode |
SchedConfException.getReason()
Returns a reason for the exception.
|
static SchedConfResultCode |
SchedConfResultCode.valueOf(String name) |
static SchedConfResultCode[] |
SchedConfResultCode.values() |
Constructor and Description |
---|
SchedConfException(SchedConfResultCode result) |
SchedConfException(SchedConfResultCode result,
String reason) |
SchedConfException(SchedConfResultCode result,
String reason,
Throwable cause) |
SchedConfException(SchedConfResultCode result,
Throwable cause) |
Copyright © 2023 Avaya. All rights reserved.