ClearImageJNI
Class CiServer

java.lang.Object
  extended by ClearImageJNI.CiServer

public class CiServer
extends java.lang.Object

ClearImage COM root object


Constructor Summary
CiServer()
          Default COM object constructor
 
Method Summary
 ICiServer getICiServer()
          Retrieve the interface to ClearImage root object "ICiServer".
static java.lang.String loadClearImage(java.lang.String path)
          Load ClearImage Java library using explicit path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiServer

public CiServer()
         throws CiException
Default COM object constructor

Throws:
CiException
Method Detail

getICiServer

public ICiServer getICiServer()
                       throws CiException
Retrieve the interface to ClearImage root object "ICiServer". Call this method before any other API calls (except loadClearImage)

Throws:
CiException

loadClearImage

public static java.lang.String loadClearImage(java.lang.String path)
Load ClearImage Java library using explicit path. Call this method before any other API calls If this call is not performed place ClearImage.dll is searched for in "java.library.path" and PATH

Parameters:
path - - Path to ClearImage DLL data.
Returns:
Empty string if success or error message if failure