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.
|
com.sen.openscape.csta.util |
Contains the public collections of CSTA causes, CSTA configuration information, list of CSTA connection states, and miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CstaProvider.CstaGetSwitchingFunctionDevices(CstaDeviceCategory category)
GetSwitchingFunctionDevices.
|
boolean |
CstaProvider.CstaGetSwitchingFunctionDevices(CstaDeviceID deviceId,
CstaDeviceCategory category)
GetSwitchingFunctionDevices.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CstaSystem.GetSwitchingFunctionDevices(CstaDeviceCategory category)
Send GetSwitchingFunctionDevices Request, wait for GetSwitchingFunctionDevicesResponse
|
static java.lang.StringBuffer |
CstaXmlHandler.GetSwitchingFunctionDevices(CstaDeviceID deviceId,
CstaDeviceCategory category)
GetSwitchingFunctionDevices
|
boolean |
CstaSystem.GetSwitchingFunctionDevices(CstaDeviceID deviceID,
CstaDeviceCategory category)
Send GetSwitchingFunctionDevices Request, wait for GetSwitchingFunctionDevicesResponse
|
Modifier and Type | Method and Description |
---|---|
CstaGetSwitchingFunctionDevicesResponse |
CstaLink.GetSwitchingFunctionDevices(CstaDeviceID deviceID,
CstaDeviceCategory category)
Process GetSwitchingFunctionDevicesRequest, wait for response
|
Modifier and Type | Method and Description |
---|---|
static CstaDeviceCategory |
CstaDeviceCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaDeviceCategory[] |
CstaDeviceCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|