Deprecated API

Deprecated Classes
com.autonomy.utilities.JavaConfig
          This is no longer supported. Use the com.autonomy.config package to modify configuration files instead. 
 

Deprecated Fields
com.autonomy.client.aciObject.ACI_COM_METHOD
          Use ACI_COM_USE_POST instead. 
 

Deprecated Methods
com.autonomy.client.aciObject.getRetries()
          call paramGetInt(aciObject.ACI_CONN_TIMEOUT) on the connection object instead. 
com.autonomy.client.aciObject.getTimeout()
          call paramGetInt(aciObject.ACI_CONN_TIMEOUT) on the connection object instead. 
com.autonomy.client.aciObject.setRetries(int)
          call paramSetInt(aciObject.ACI_CONN_TIMEOUT, nTimeout) on the connection object instead. 
com.autonomy.client.aciObject.setTimeout(int)
          call paramSetInt(aciObject.ACI_CONN_TIMEOUT, nTimeout) on the connection object instead.