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

Packages that use JIClsid
org.jinterop.dcom.core Core library classes and Data structures. 
 

Uses of JIClsid in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JIClsid
 JIClsid JIProgId.getCorrespondingCLSID()
          Gets the clsid for this ProgId.
static JIClsid JIClsid.valueOf(java.lang.String uuid)
          String representing the class identifier for a particular COM object.
 

Constructors in org.jinterop.dcom.core with parameters of type JIClsid
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.