|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jinterop.dcom.core.JIProgId
public class JIProgId
Wrapper class used to define user friendly ProgId
. This class uses the WINREG service to get the
mapping between the ProgId and the Clsid. The Winreg package of j-Interop is capable of querying the Windows
registry in a platform independent way using SMB. The internal database is looked up first before making calls
to WINREG service.
Method Summary | |
---|---|
JIClsid |
getCorrespondingCLSID()
Gets the clsid for this ProgId. |
boolean |
isAutoRegistrationSet()
Returns true is auto registration is enabled. |
void |
setAutoRegistration(boolean autoRegister)
Pass true if, this is an OCX\DLL component and you want the library to do auto registration. |
static JIProgId |
valueOf(JISession session,
java.lang.String progId)
Creates a JIProgId. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setAutoRegistration(boolean autoRegister)
autoRegister
- public boolean isAutoRegistrationSet()
public static JIProgId valueOf(JISession session, java.lang.String progId)
session
- progId
-
public JIClsid getCorrespondingCLSID() throws JIException
JIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |