| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| org.jinterop.dcom.impls.automation |
Defines out-of-box classes for usage with COM servers supporting automation.
|
| org.jinterop.dcom.test | |
| org.openscada.opc.dcom.common.impl | |
| org.openscada.opc.dcom.da | |
| org.openscada.opc.dcom.da.impl | |
| org.openscada.opc.lib.da |
| Modifier and Type | Field and Description |
|---|---|
JIVariant |
JIString.Variant
Represents
JIVariant for this object, it is valid only if this object is a BSTR
(JIFlags.FLAG_REPRESENTATION_STRING_BSTR) type. |
JIVariant |
JIString.VariantByRef
Represents
JIVariant(byRef = true) for this object, it is valid only if this object is a BSTR
(JIFlags.FLAG_REPRESENTATION_STRING_BSTR) type. |
| Modifier and Type | Method and Description |
|---|---|
static JIVariant |
JIVariant.BSTRARRAY()
Helper method for creating an array of
BSTRs , IDL signature [in, out] SAFEARRAY(BSTR) *p. |
static JIVariant |
JIVariant.EMPTY_BYREF()
EMPTY BYREF
VARIANT. |
static JIVariant |
JIVariant.EMPTY()
EMPTY
VARIANT. |
JIVariant |
JIVariant.getObjectAsVariant()
Retrieves the contained object as
JIVariant. |
JIVariant |
JICallBuilder.getResultAsVariantAt(int index)
Returns the value as
JIVariant at the index from the result list. |
static JIVariant |
JIVariant.makeVariant(Object o)
Returns a JIVariant (of the right type) based on the
o.getClass() |
static JIVariant |
JIVariant.makeVariant(Object o,
boolean isByRef)
Returns a JIVariant (of the right type) based on the
o.getClass() |
static JIVariant |
JIVariant.NULL()
NULL
VARIANT . |
static JIVariant |
JIVariant.OPTIONAL_PARAM()
OPTIONAL PARAM.
|
static JIVariant |
JIVariant.OUT_IDISPATCH()
VARIANT for ([out] IDispatch*). |
static JIVariant |
JIVariant.OUT_IUNKNOWN()
VARIANT for ([out] IUnknown*). |
static JIVariant |
JIVariant.OUTPARAMforType(Class c,
boolean isArray) |
static JIVariant |
JIVariant.VARIANTARRAY()
Helper method for creating an array of
VARIANTs , IDL signature [in, out] SAFEARRAY(VARIANT) *p
OR [in,out] VARIANT *pArray. |
| Modifier and Type | Method and Description |
|---|---|
void |
JICallBuilder.addInParamAsVariant(JIVariant value,
int FLAGS)
Add
[in] parameter as JIVariant at the end of the Parameter list. |
void |
JICallBuilder.insertInParamAsVariantAt(int index,
JIVariant value,
int FLAGS)
Add
[in] parameter as JIVariant at the specified index in the Parameter list. |
| Constructor and Description |
|---|
JIVariant(JIVariant variant)
Setting up a
VARIANT as reference to another. |
| Modifier and Type | Method and Description |
|---|---|
JIVariant |
IJIDispatch.callMethodA(int dispId)
Performs a
method call for the method identified by the dispId parameter. |
JIVariant[] |
IJIDispatch.callMethodA(int dispId,
Object[] inparams)
Performs a
method call for the method identified by the dispId parameter. |
JIVariant[] |
IJIDispatch.callMethodA(int dispId,
Object[] inparams,
int[] dispIds)
Performs a
method call for the method identified by the dispId parameter. |
JIVariant |
IJIDispatch.callMethodA(String name)
Performs a
method call for the method identified by the name parameter. |
JIVariant[] |
IJIDispatch.callMethodA(String name,
Object[] inparams)
Performs a
method call for the method identified by the name parameter. |
JIVariant[] |
IJIDispatch.callMethodA(String name,
Object[] inparams,
int[] dispIds)
Performs a
method call for the method identified by the name parameter. |
JIVariant[] |
IJIDispatch.callMethodA(String name,
Object[] inparams,
String[] paramNames)
Performs a
method call for the method identified by the name parameter. |
JIVariant |
IJIDispatch.get(int dispId)
Performs a
propget for the method identified by the dispId. |
JIVariant[] |
IJIDispatch.get(int dispId,
Object[] inparams)
Performs a
propget for the method identified by the dispId parameter. |
JIVariant |
IJIDispatch.get(String name)
Performs a
propget for the method identified by the name parameter. |
JIVariant[] |
IJIDispatch.get(String name,
Object[] inparams)
Performs a
propget for the method identified by the name parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
IJIDispatch.put(int dispId,
JIVariant inparam)
Performs a
propput for the method identified by the dispId. |
void |
IJIDispatch.put(String name,
JIVariant inparam)
Performs a
propput for the method identified by the name parameter. |
void |
IJIDispatch.putRef(int dispId,
JIVariant inparam)
Performs a
propputref for the method identified by the dispId. |
void |
IJIDispatch.putRef(String name,
JIVariant inparam)
Performs a
propput for the method identified by the name parameter. |
| Modifier and Type | Method and Description |
|---|---|
JIVariant |
DWebBrowserEvents2.BeforeNavigate2(IJIComObject dispatch,
JIVariant URL,
JIVariant Flags,
JIVariant TargetFrameName,
JIVariant PostData,
JIVariant Headers,
JIVariant Cancel) |
JIVariant |
DWebBrowserEvents2.FileDownload(boolean noIdeaWhat,
JIVariant Cancel) |
JIVariant |
DWebBrowserEvents2.NavigateError(IJIComObject pDisp,
JIVariant URL,
JIVariant Frame,
JIVariant StatusCode,
JIVariant Cancel) |
JIVariant |
DWebBrowserEvents2.NewWindow2(JIVariant ppDisp,
JIVariant Cancel) |
JIVariant |
DWebBrowserEvents2.NewWindow3(JIVariant ppDisp,
JIVariant Cancel,
int dwFlags,
JIString bstrUrlContext,
JIString bstrUrl) |
JIVariant |
DWebBrowserEvents2.WindowClosing(boolean IsChildWindow,
JIVariant Cancel) |
| Modifier and Type | Method and Description |
|---|---|
JIVariant |
DWebBrowserEvents2.BeforeNavigate2(IJIComObject dispatch,
JIVariant URL,
JIVariant Flags,
JIVariant TargetFrameName,
JIVariant PostData,
JIVariant Headers,
JIVariant Cancel) |
void |
DWebBrowserEvents2.DocumentComplete(IJIComObject pDisp,
JIVariant URL) |
JIVariant |
DWebBrowserEvents2.FileDownload(boolean noIdeaWhat,
JIVariant Cancel) |
void |
DWebBrowserEvents2.NavigateComplete2(IJIComObject pDisp,
JIVariant URL) |
JIVariant |
DWebBrowserEvents2.NavigateError(IJIComObject pDisp,
JIVariant URL,
JIVariant Frame,
JIVariant StatusCode,
JIVariant Cancel) |
JIVariant |
DWebBrowserEvents2.NewWindow2(JIVariant ppDisp,
JIVariant Cancel) |
JIVariant |
DWebBrowserEvents2.NewWindow3(JIVariant ppDisp,
JIVariant Cancel,
int dwFlags,
JIString bstrUrlContext,
JIString bstrUrl) |
void |
DWebBrowserEvents2.UpdatePageStatus(IJIComObject pDisp,
JIVariant nPage,
JIVariant fDone) |
JIVariant |
DWebBrowserEvents2.WindowClosing(boolean IsChildWindow,
JIVariant Cancel) |
| Modifier and Type | Method and Description |
|---|---|
static JIVariant |
Helper.fixVariant(JIVariant value)
Perform some fixes on the variant when writing it to OPC items.
|
| Modifier and Type | Method and Description |
|---|---|
static JIVariant |
Helper.fixVariant(JIVariant value)
Perform some fixes on the variant when writing it to OPC items.
|
| Modifier and Type | Method and Description |
|---|---|
JIVariant |
WriteRequest.getValue() |
JIVariant |
ValueData.getValue() |
JIVariant |
OPCITEMSTATE.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteRequest.setValue(JIVariant value) |
void |
ValueData.setValue(JIVariant value) |
void |
OPCITEMSTATE.setValue(JIVariant value) |
| Constructor and Description |
|---|
WriteRequest(int serverHandle,
JIVariant value)
Create a new write request with pre-fille data
|
| Modifier and Type | Method and Description |
|---|---|
KeyedResultSet<Integer,JIVariant> |
OPCItemProperties.getItemProperties(String itemID,
int... properties) |
| Modifier and Type | Method and Description |
|---|---|
JIVariant |
WriteRequest.getValue() |
JIVariant |
ItemState.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemState.setValue(JIVariant value) |
Integer |
Item.write(JIVariant value) |
| Constructor and Description |
|---|
ItemState(int errorCode,
JIVariant value,
Calendar timestamp,
Short quality) |
WriteRequest(Item item,
JIVariant value) |
Copyright © 2017 LSST. All rights reserved.