public class POJOComObject extends ComObject
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
pojo
The contained object
|
includeUnannotatedMethods, LOGGER, methodTable, propertyTable| Constructor and Description |
|---|
POJOComObject(java.lang.Object pojo)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivexName()
Obtain the name of this ActiveX object.
|
protected java.lang.Class |
getComObjectClass()
Returns the com object class.
|
java.lang.Object |
getComObjectInstance()
Returns the com object instance.
|
call, chainCall, checkParameters, convertInputParameter, delete, deref, destroy, getName, getParentControlFrame, getParentProcedure, getProperty, id, id, init, marshal, ref, setName, setParentControlFrame, setProperty, unknown, unmarshal, unmarshal, validclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowDeletepublic POJOComObject(java.lang.Object pojo)
pojo - The object to contain.public java.lang.String getActivexName()
getActivexName in class ComObjectprotected java.lang.Class getComObjectClass()
this.getClass. To be overriden by classes
providing support for "dynamic" com object access.getComObjectClass in class ComObjectpublic java.lang.Object getComObjectInstance()
this. To be overriden by classes
providing support for "dynamic" com object access.getComObjectInstance in class ComObject