Package | Description |
---|---|
com.sen.openscape.csta.provider |
Provides the public interface to monitor a CSTA device, receive CstaEvent objects and control the heartbeat with the OpenScape Voice system.
|
com.sen.openscape.csta.system |
This package maintains the list of Monitors and the Connections for the Monitored Objects, used only by CSTA SDK internally.
|
com.sen.openscape.csta.transport |
Provides classes and methods to control the tranport layer and establish the connection with the OpenScape Voice system.
|
Modifier and Type | Field and Description |
---|---|
CstaEventType |
CstaEventObject.evtType
Indicating current CSTA Event, ie, DELIVERED, ESTABLISHED, etc
|
Modifier and Type | Method and Description |
---|---|
static CstaEventType |
CstaEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaEventType[] |
CstaEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CstaCustomXMLHandler.sendCustomXMLDirectly(java.lang.StringBuffer xml,
java.lang.String osvSoap,
CstaEventType type)
Send Custom XML directly to OSV.
|
Constructor and Description |
---|
CstaEventObject(java.lang.Object source,
java.lang.Object currentObject,
CstaEventType evtType)
Constructor.
|
CstaEventObject(java.lang.Object source,
java.lang.Object currentObject,
CstaEventType evtType,
CstaEventIndicator evtInd,
java.lang.String fqnDn)
Constructor.
|
CstaEventObject(java.lang.Object source,
java.lang.Object currentObject,
CstaEventType evtType,
CstaEventIndicator evtInd,
java.lang.String applicationSessionID,
java.lang.String sessionTermReason) |
CstaEventObject(java.lang.Object source,
java.lang.Object currentObject,
CstaEventType evtType,
CstaEventIndicator evtInd,
java.lang.String fqnDn,
java.lang.String callID,
CstaConnection evtConnection)
Constructor.
|
CstaEventObject(java.lang.Object source,
java.lang.Object currentObject,
CstaEventType evtType,
CstaEventIndicator evtInd,
java.lang.String fqnDn,
java.lang.String routeRegisterReqId,
java.lang.String routeCrossRefIdentifier)
Constructor.
|
CstaEventObject(java.lang.Object source,
java.lang.Object currentObject,
CstaEventType evtType,
CstaEventIndicator evtInd,
java.lang.String fqnDn,
java.lang.String callID,
java.lang.String primaryOldCallID,
java.lang.String secondaryOldCallID,
CstaConnection evtConnection)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CstaSystem.sendCustomXMLDirectly(java.lang.StringBuffer xml,
java.lang.String osvSoap,
CstaEventType type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CstaLink.parseResponse(java.lang.StringBuffer response,
CstaEventType type) |