| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| org.openscada.opc.dcom.common.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
JIUserCallBuilder
Users can implement this class to provide for custom handling of there objects
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
JIComObjectImplWrapper.call(JICallBuilder obj) |
Object[] |
IJIComObject.call(JICallBuilder obj)
Executes a method call on the actual COM object represented by this interface.
|
Object[] |
JIComObjectImplWrapper.call(JICallBuilder obj,
int timeout) |
Object[] |
IJIComObject.call(JICallBuilder obj,
int timeout)
Refer
IJIComObject.call(JICallBuilder) for details on this method. |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
Helper.callRespectSFALSE(IJIComObject object,
JICallBuilder callObject)
Make the COM call but do not treat S_FALSE as error condition for the whole call
|
Copyright © 2017 LSST. All rights reserved.