|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JIArray | |
|---|---|
| org.jinterop.dcom.core | Defines the classes and data structures required to work with j-Interop. |
| org.jinterop.dcom.test | |
| Uses of JIArray in org.jinterop.dcom.core |
|---|
| Methods in org.jinterop.dcom.core that return JIArray | |
|---|---|
JIArray |
JIVariant.getObjectAsArray()
Retrieves the contained object as JIArray. |
JIArray |
JICallBuilder.getResultAsArrayAt(int index)
Returns the value as JIArray at the index from the result list. |
| Methods in org.jinterop.dcom.core with parameters of type JIArray | |
|---|---|
void |
JICallBuilder.addInParamAsArray(JIArray value,
int FLAGS)
Add [in] parameter as JIArray at the end of the Parameter list. |
void |
JICallBuilder.insertInParamAsArrayAt(int index,
JIArray value,
int FLAGS)
Add [in] parameter as JIArray at the specified index in the Parameter list. |
static int |
JIFrameworkHelper.reverseArrayForDispatch(JIArray arrayToReverse)
|
| Constructors in org.jinterop.dcom.core with parameters of type JIArray | |
|---|---|
JIVariant(JIArray array)
Setting up a VARIANT with a JIArray. |
|
JIVariant(JIArray array,
boolean isByRef)
Setting up a VARIANT with a JIArray. |
|
JIVariant(JIArray array,
boolean isByRef,
int FLAG)
Setting up a VARIANT with a JIArray. |
|
JIVariant(JIArray array,
int FLAG)
Setting up a VARIANT with a JIArray. |
|
| Uses of JIArray in org.jinterop.dcom.test |
|---|
| Methods in org.jinterop.dcom.test with parameters of type JIArray | |
|---|---|
java.lang.Object[] |
JIOPCEventSink.onEvent(int clientSubscription,
int refresh,
int lastRefresh,
int count,
JIArray eventsArray)
This method is provided by the client to handle notifications from the OPCEventSubscription for events. |
void |
SampleTestServerCallback.UpdateMe(JIUnsignedShort size,
JIArray array)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||