/mcpDescription Method Interface Sets the interval at which the connection to the CTI Manager will ge retried (seconds). setProviderRetryInterval(int seconds) void Sets the threshold for the event queue size to trigger alarms. setQueueSizeThreshold(int size) void Enables and disables event queue statistics. setQueueStatsEnabled(boolean enabled) void Sets the route select timeout milliseconds. setRouteSelectTimeout(int milliseconds) void Deprecated This method is replaced by overloaded method setSecurityPropertyForInstance which takes an extra parameter certStorePassphrase, a passphrase for java key store. This method might have some security vulnerability. setSecurityPropertyForInstance(java.lang.String user, java.lang.String instanceID, java.lang.String authCode, java.lang.String tftp, java.lang.String tftpPort, java.lang.String capf, java.lang.String capfPort, java.lang.String certPath, boolean securityOption) void Provides the application ability to downloading server/client cerfiticate and set security property for application instance in jtapi.ini file of JTAPI. setSecurityPropertyForInstance(java.lang.String user, java.lang.String instanceID, java.lang.String authCode, java.lang.String tftp, java.lang.String tftpPort, java.lang.String capf, java.lang.String capfPort, java.lang.String certPath, boolean securityOption, java.lang.String certstorePassphrase) void This method provides applications the ability to download server/client certificate and set the security property for this application instance in the jtapi.ini file. Specifying any value of fipsCompliant for this method will have no effect unless the securityOption is set to true. It should be noted that this method will call updateCertificate() and updateServerCertificate(). This is the preferred way to acquire certificates. setSecurityPropertyForInstance(String user, String instanceID, String authCode, String tftp, String tftpPort, String capf, String capfPort, String certPath, boolean securityOption, String certstorePassphrase, boolean fipsCompliant) void Sets a list of available services. setServices(java.lang.String[] services) void Sets the syslog collector hostname. setSyslogCollector(java.lang.String value) void Sets the syslog collector UDP port. setSyslogCollectorUDPPort(int port) void Sets the directory where jtapi trace files should be written. setTraceDirectory(java.lang.String dir) void Sets the size of the trace file. setTraceFileSize(int val) void Sets the directory root where jtapi traces will be written. setTracePath(java.lang.String path) void Enables or disables a particular trace. setTraceValue(java.lang.String traceName, boolean value) void Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 440 Cisco Unified JTAPI Extensions Methods