| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| org.jinterop.dcom.impls |
Defines factories to all external interfaces such as automation (IDispatch, ITypeInfo , IEnumVariant etc) and any other out of the box wrappers provided by j-Interop.
|
| org.openscada.opc.lib.list |
| Modifier and Type | Method and Description |
|---|---|
static JISession |
JISession.createSession()
Native Single Sign On capable session.
|
static JISession |
JISession.createSession(IJIAuthInfo authInfo)
Creates a session with the
authInfo of the user. |
static JISession |
JISession.createSession(JISession session)
Creates a new session using credentials of the
sessionparameter. |
static JISession |
JISession.createSession(String domain,
String username,
String password)
Creates a session.
|
JISession |
JIComObjectImplWrapper.getAssociatedSession() |
JISession |
IJIComObject.getAssociatedSession()
Returns session associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
static JISession |
JISession.createSession(JISession session)
Creates a new session using credentials of the
sessionparameter. |
static void |
JISession.destroySession(JISession session)
Used to destroy the
session, this release all references of the COM server and it's interfaces. |
static IJIComObject |
JIFrameworkHelper.instantiateComObject(JISession session,
byte[] rawBytes,
String ipAddress)
Returns an Interface Pointer representation from raw bytes.
|
static IJIComObject |
JIFrameworkHelper.instantiateComObject(JISession session,
IJIComObject comObject)
Typically used in the Man-In-The-Middle scenario, where one j-Interop system interacts with another over the wire.
|
static IJIComObject |
JIFrameworkHelper.instantiateLocalComObject(JISession session,
JILocalCoClass javaComponent)
Returns an Interface Pointer representation for the Java Component
|
| Constructor and Description |
|---|
JIComServer(JIClsid clsid,
JISession session)
based constructor with the host machine for COM server being LOCALHOST. |
JIComServer(JIClsid clsid,
String address,
JISession session)
Refer
JIComServer.JIComServer(JIClsid, JISession) for details. |
JIComServer(JIProgId progId,
JISession session)
JIProgId based constructor with the host machine for COM server being LOCALHOST. |
JIComServer(JIProgId progId,
String address,
JISession session)
Refer
JIComServer.JIComServer(JIProgId, JISession) for details. |
| Modifier and Type | Method and Description |
|---|---|
static IJIComObject |
JIObjectFactory.buildObject(JISession session,
byte[] rawBytes)
Returns a COM Object from raw bytes.
|
static IJIComObject |
JIObjectFactory.buildObject(JISession session,
byte[] rawBytes,
String ipAddress)
Returns a COM Object from raw bytes.
|
static IJIComObject |
JIObjectFactory.buildObject(JISession session,
JILocalCoClass javaComponent)
Returns a local COM Object representation for the Java component.
|
static IJIComObject |
JIObjectFactory.narrowObject(JISession session,
IJIComObject comObject)
Typically used in the Man-In-The-Middle scenario.
|
| Constructor and Description |
|---|
ServerList(JISession session,
String host)
Create a new instance with an already existing session
|
Copyright © 2017 LSST. All rights reserved.