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 | Method and Description |
---|---|
boolean |
CstaProvider.connectToSystem(CstaConfiguration cfg)
Connect to system.
|
Constructor and Description |
---|
CstaSystem(CstaConfiguration cfg)
Constructor Initiate csta connection to OSV server, based on configuration
|
Modifier and Type | Method and Description |
---|---|
static CstaNetworkLayer |
CstaTransportFactory.getTransportLink(CstaConfiguration cfg)
Returns null if the transport type is not supported.
|
boolean |
CstaLink.setUpNetwork(CstaConfiguration cfg,
CstaSystem listener)
Set up the connection with OSV according to configuration values.
|