com.autonomy.client
Class client

java.lang.Object
  |
  +--com.autonomy.client.client

public class client
extends java.lang.Object


Constructor Summary
client()
          Constructor
 
Method Summary
 com.autonomy.client.aciObject aciObjectCreate(int nType)
          Create and return a new aciObject
 com.autonomy.client.aciProcessor aciProcessorCreate(int nType)
          Create and return a new aciProcessor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

client

public client()
Constructor

Method Detail

aciObjectCreate

public com.autonomy.client.aciObject aciObjectCreate(int nType)
Create and return a new aciObject

Parameters:
nType - - The type of aciObject this will be. Constants representing these types are ACI_COMMAND, ACI_CONNECTION, ACI_DATA, defined in the aciObject class.
Returns:
A properly constructed aciObject

aciProcessorCreate

public com.autonomy.client.aciProcessor aciProcessorCreate(int nType)
Create and return a new aciProcessor

Parameters:
nType - - The type of aciProcessor this will be. Constants representing these types are ACI_COMMAND, ACI_CONNECTION, ACI_DATA, defined in the aciObject class.
Returns:
A properly constructed aciProcessor.