|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JISession | |
|---|---|
| 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. |
| Uses of JISession in org.jinterop.dcom.core |
|---|
| Methods in org.jinterop.dcom.core that return JISession | |
|---|---|
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(java.lang.String domain,
java.lang.String username,
java.lang.String password)
Creates a session. |
JISession |
JIComObjectImplWrapper.getAssociatedSession()
|
JISession |
IJIComObject.getAssociatedSession()
Returns session associated with this object. |
| Methods in org.jinterop.dcom.core with parameters of type JISession | |
|---|---|
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,
java.lang.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 |
| Constructors in org.jinterop.dcom.core with parameters of type JISession | |
|---|---|
JIComServer(JIClsid clsid,
JISession session)
based constructor with the host machine for COM server being LOCALHOST. |
|
JIComServer(JIClsid clsid,
java.lang.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,
java.lang.String address,
JISession session)
Refer JIComServer.JIComServer(JIProgId, JISession) for details. |
|
| Uses of JISession in org.jinterop.dcom.impls |
|---|
| Methods in org.jinterop.dcom.impls with parameters of type JISession | |
|---|---|
static IJIComObject |
JIObjectFactory.buildObject(JISession session,
byte[] rawBytes)
Returns a COM Object from raw bytes. |
static IJIComObject |
JIObjectFactory.buildObject(JISession session,
byte[] rawBytes,
java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||