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.
|
Modifier and Type | Method and Description |
---|---|
CstaApplicationSession |
CstaProvider.getApplicationSession() |
CstaApplicationSession |
CstaProvider.StartApplicationSession(int sessionDuration) |
CstaApplicationSession |
CstaProvider.StartApplicationSession(java.lang.String applicationID,
java.lang.String protocolVersion,
int sessionDuration) |
CstaApplicationSession |
CstaProvider.StartApplicationSession(java.lang.String applicationID,
java.lang.String protocolVersion,
int sessionDuration,
int heartBeatTimer) |
Modifier and Type | Field and Description |
---|---|
CstaApplicationSession |
CstaSystem.applicationSession |
Modifier and Type | Method and Description |
---|---|
CstaApplicationSession |
CstaSystem.StartApplicationSession(java.lang.String applicationID,
java.lang.String protocolVersion,
int sessionDuration,
int heartBeatTimer) |