Uses of Class
org.jinterop.dcom.core.JISession

Packages that use JISession
org.jinterop.dcom.core Core library classes and Data structures. 
org.jinterop.dcom.win32 Defines classes for automation
 

Uses of JISession in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JISession
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 session sent as parameter.
static JISession JISession.createSession(java.lang.String domain, java.lang.String username, java.lang.String password)
          Creates a session.
 JISession IJIComObject.getAssociatedSession()
          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 session sent as parameter.
static void JISession.destroySession(JISession session)
          Used to destroy the session, this release all references of the COM server and it's interfaces.
static JIInterfacePointer JIInterfacePointer.getInterfacePointer(JISession session, JIJavaCoClass javaComponent)
          Returns an Interface Pointer representation for the Java Component
 IJIUnreferenced IJIComObject.getUnreferencedHandler(JISession session)
          Returns the IJIUnreferenced handler associated with this comObject, null if none is.
 void IJIComObject.registerUnreferencedHandler(JISession session, IJIUnreferenced unreferenced)
          Adds a IJIUnreferenced handler , the handler will be invoked when this comObject goes out of reference and is removed from the session by the library.
 void IJIComObject.unregisterUnreferencedHandler(JISession session)
          Removes the IJIUnreferenced handler associated with this comObject.
static JIProgId JIProgId.valueOf(JISession session, java.lang.String progId)
          Creates a JIProgId.
 

Constructors in org.jinterop.dcom.core with parameters of type JISession
JIComServer(JIClsid clsid, JISession session)
          Instantiates this object with JIClsid which is, according to MSDN:-
A universally unique identifier (UUID) that identifies a type of Component Object Model (COM) object.
JIComServer(JIClsid clsid, java.lang.String address, JISession session)
          Instantiates this object with JIClsid which is, according to MSDN:-
A universally unique identifier (UUID) that identifies a type of Component Object Model (COM) object.
JIComServer(JIProgId progId, JISession session)
          Instantiates this object with JIProgId which is, according to MSDN:-
A ProgID, or programmatic identifier, is a registry entry that can be associated with a JIClsid.
JIComServer(JIProgId progId, java.lang.String address, JISession session)
           Instantiates this object with JIProgId which is, according to MSDN:-
JIComServer(JISession session, JIInterfacePointer interfacePointer, java.lang.String ipAddress)
           Instantiates a JIComServer represented by the interfacePointer param.
 

Uses of JISession in org.jinterop.dcom.win32
 

Constructors in org.jinterop.dcom.win32 with parameters of type JISession
JIOleFrame(JISession session, int frameIdentifier, IJIComObject inplaceObject)
          Creates a frame object.