Package | Description |
---|---|
com.sen.openscape.csta.callcontrol |
Provides Classes and public interfaces for handling of CSTA objects such as CstaMonitor, CstaDevice, CstaCall and CstaConnection.
|
com.sen.openscape.csta.util |
Contains the public collections of CSTA causes, CSTA configuration information, list of CSTA connection states, and miscellaneous utility classes.
|
com.sen.openscape.csta.xml |
Provides the definition of the CSTA Message objects, used only by CSTA SDK internally.
|
Modifier and Type | Field and Description |
---|---|
CstaCause |
CstaConnection.cause
The current Cause of this Connection.
|
Modifier and Type | Method and Description |
---|---|
static CstaCause |
CstaCause.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaCause[] |
CstaCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CstaCause |
CstaTransferedEvent.getCause() |
CstaCause |
CstaServiceInitiatedEvent.getCause() |
CstaCause |
CstaRetrievedEvent.getCause() |
CstaCause |
CstaQueuedEvent.getCause() |
CstaCause |
CstaOriginatedEvent.getCause() |
CstaCause |
CstaOfferedEvent.getCause() |
CstaCause |
CstaNetworkReachedEvent.getCause() |
CstaCause |
CstaHeldEvent.getCause() |
CstaCause |
CstaFailedEvent.getCause() |
CstaCause |
CstaEstablishedEvent.getCause() |
CstaCause |
CstaDivertedEvent.getCause() |
CstaCause |
CstaDeviceCapsChangedEvent.getCause() |
CstaCause |
CstaDeliveredEvent.getCause() |
CstaCause |
CstaConnectionClearedEvent.getCause() |
CstaCause |
CstaConferencedEvent.getCause() |
CstaCause |
CstaBridgedEvent.getCause() |
Modifier and Type | Method and Description |
---|---|
void |
CstaDeviceCapsChangedEvent.setCause(CstaCause cause) |
void |
CstaBridgedEvent.setCause(CstaCause cause) |