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.
|
Constructor and Description |
---|
CstaLogicalDevice(CstaDevice device)
Create a CstaLogicalDevice object from CstaDevice.
|
CstaPhysicalDevice(CstaDevice device) |
Modifier and Type | Method and Description |
---|---|
CstaDevice |
CstaProvider.addDevice(java.lang.String serviceID)
Add one Device to Provider.
|
CstaDevice |
CstaProvider.getDevice(java.lang.String serviceID)
Get Device from Provider.
|
Modifier and Type | Method and Description |
---|---|
CstaMonitor |
CstaProvider.MonitorStart(CstaDevice device)
MonitorStart Device.
|
CstaMonitor |
CstaProvider.MonitorStart(CstaDevice device,
boolean silmTag)
MonitorStart Device.
|
CstaMonitor |
CstaProvider.MonitorStart(CstaDevice device,
boolean silmTag,
boolean NID)
MonitorStart Device.
|
CstaMonitor |
CstaProvider.MonitorStart(CstaDevice device,
boolean silmTag,
boolean NID,
CstaFilterEventList filter)
MonitorStart Device.
|
CstaRouteService |
CstaProvider.RouteRegister(CstaDevice device)
Register Routing Service on a CstaDevice.
|
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<java.lang.String,CstaDevice> |
CstaSystem.deviceList
List of Interested Device
|