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.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.
|
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 |
---|---|
CstaFilterEventList |
CstaMonitor.filterEventList |
Modifier and Type | Method and Description |
---|---|
CstaMonitor |
CstaProvider.MonitorStart(CstaDevice device,
boolean silmTag,
boolean NID,
CstaFilterEventList filter)
MonitorStart Device.
|
Modifier and Type | Method and Description |
---|---|
CstaMonitor |
CstaSystem.MonitorStart(java.lang.String fqnDn,
boolean silmTag,
boolean NID,
CstaFilterEventList filter)
Send MonitorStart Request, wait for MonitorStartResponse
|
static java.lang.StringBuffer |
CstaXmlHandler.MonitorStart(java.lang.String DeviceID,
boolean silmTag,
CstaFilterEventList filter)
MonitorStart
|
static java.lang.StringBuffer |
CstaXmlHandler.MonitorStartNID(java.lang.String DeviceID,
boolean silmTag,
CstaFilterEventList filter)
MonitorStartNID
|
Modifier and Type | Method and Description |
---|---|
CstaMonitorStartResponse |
CstaLink.MonitorStart(java.lang.String serviceID,
boolean silmTag,
boolean NID,
CstaFilterEventList filter)
Process MonitorStart Request, wait for response
|
Modifier and Type | Method and Description |
---|---|
CstaFilterEventList |
CstaActualMonitorFilter.getActualMonitorFilterList() |