| Interface | Description |
|---|---|
| ComOleOps |
Defines helper methods to handle COM Automation processing.
|
| Class | Description |
|---|---|
| ComEvent |
The COM event object is designed to identify the associated target procedure and pass it
the actual parameters form the COM object that originated the event.
|
| ComObject |
Base class for COM objects that will be stored using
comhandles. |
| ComOleDaemon |
Helper methods to handle COM Automation processing.
|
| ComOleHelper |
Helper methods to handle COM Automation processing.
|
| ComParameter |
Holds details for a COM parameter specified at a COM object method call.
|
| ComServer |
This is a starting point for java-emulated COM objects.
|
| NativeComObject |
This is representation of a native COM object.
|
| NativeComObject.WorkArea |
Holds context-local data specific to native COM objects, on server-side.
|
| OCX |
Implements runtime semantics for OCX converted components.
|
| POJOComObject |
The class allows COM-like access to any Java object.
|
| ServerComObject |
Special com object for a top-level automation (server/application).
|
| Enum | Description |
|---|---|
| ComParameter.DataType |
The data type for an AS clause.
|
| Exception | Description |
|---|---|
| PropertyAccessException |
This exception is used internally to signal errors accessing properties and methods exposed by
a COM object.
|
| Annotation Type | Description |
|---|---|
| ComMethod |
This annotation is a marker for methods used to access methods exposed by a COM object.
|
| ComProperty |
This annotation is a marker for methods used to access properties exposed by a COM object.
|