com.cisco.jtapi.extensions
Interface CiscoJtapiPeer
- All Superinterfaces:
- CiscoObjectContainer, javax.telephony.JtapiPeer, TraceModule
public interface CiscoJtapiPeer
- extends TraceModule, javax.telephony.JtapiPeer, CiscoObjectContainer
Introduction
By extending the com.cisco.services.tracing.TraceModule
interface, CiscoJtapiPeer
exposes trace information to
applications. All instances of JtapiPeer
objects that
the Cisco JTAPI implementation creates implement this interface. Applications
that want to manipulate the trace settings of the Cisco JTAPI implementation
may use the CiscoJtapiPeer.getTraceManager
method to obtain its
TraceManager
object. Applications can then manipulate the
TraceManager
object as described in the
com.cisco.services.tracing
package.
- See Also:
TraceModule
Method Summary |
CiscoJtapiProperties |
getJtapiProperties()
CiscoJtapiProperties defines the various methods that applications can use
to modify the parameters that the JTAPI layer will use. |
void |
setJtapiProperties(CiscoJtapiProperties jtapiproperties)
The interface provides applications ability to save changes made to CiscoJtapiProperties
in jtapi.ini file and activate these changes in properties for the providers in JTAPIPeer |
Methods inherited from interface javax.telephony.JtapiPeer |
getName, getProvider, getServices |
getJtapiProperties
CiscoJtapiProperties getJtapiProperties()
- CiscoJtapiProperties defines the various methods that applications can use
to modify the parameters that the JTAPI layer will use.
- See Also:
CiscoJtapiProperties
setJtapiProperties
void setJtapiProperties(CiscoJtapiProperties jtapiproperties)
- The interface provides applications ability to save changes made to CiscoJtapiProperties
in jtapi.ini file and activate these changes in properties for the providers in JTAPIPeer
- Parameters:
jtapiproperties
- CiscoJtapiProperties to be saved in jtapi.ini file and activated for providers