ClearImageJNI
Class CiServer

java.lang.Object
  extended by ezjcom.JComObject
      extended by ClearImageJNI.CiServer

public class CiServer
extends JComObject

ClearImage COM root object


Field Summary
 
Fields inherited from class ezjcom.JComObject
__JComWarnMTA
 
Constructor Summary
CiServer()
          Default COM object constructor
CiServer(boolean find, boolean createAsServer)
          Alternate constructor.
 
Method Summary
 ICiServer getICiServer()
          Retrieve the COM Interface "ICiServer"
 
Methods inherited from class ezjcom.JComObject
__release, _JComAddEventListener, _JComRemoveEventListener, equals, ezJComCloseActiveX, ezJComInitActiveX, finalize, hashCode, JComCallMethod, JComCoerceObjectToAnotherType, JComCreateLicensedObject, JComCreateLicensedObject, JComCreateObjectFromString, JComGetProperty, JComModeMTA, JComRestoreObjectState, JComSaveObjectState, JComSetProperty, JComShutdown, JComStopWindowsMessageLoop
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiServer

public CiServer()
         throws JComException
Default COM object constructor

Throws:
JComException

CiServer

public CiServer(boolean find,
                boolean createAsServer)
         throws JComException
Alternate constructor. Try to find existing COM object, or create using Server-only options.

Finding existing objects is not supported by many COM/ActiveX objects, but EZ-JCom includes support for those COM/ActiveX objects that can be found.

Creating using server-only options (first argument must be false) is useful for some MS Office products.

Throws:
JComException
Method Detail

getICiServer

public ICiServer getICiServer()
                       throws JComException
Retrieve the COM Interface "ICiServer"

Throws:
JComException