|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
ClearImageJNI.CiServer
public class CiServer
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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CiServer() throws JComException
JComException
public CiServer(boolean find, boolean createAsServer) throws JComException
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.
JComException
Method Detail |
---|
public ICiServer getICiServer() throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |