|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.Library
com.jniwrapper.win32.com.LibraryClassFactory
public class LibraryClassFactory
Provides the ability to load IClassFactory
instance directly from the library. This class allows to use
COM servers without registering them in the system. A required library file can be located inside a JAR file.
Field Summary |
---|
Fields inherited from class com.jniwrapper.Library |
---|
b, c, j, l, NATIVE_CODE, NATIVE_NAME |
Constructor Summary | |
---|---|
LibraryClassFactory(java.lang.String libraryName)
Constructs library class factory by specified library name. |
Method Summary | |
---|---|
IClassFactory |
getClassFactory(CLSID clsid)
Loads the class factory from this library by specified class id. |
Methods inherited from class com.jniwrapper.Library |
---|
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LibraryClassFactory(java.lang.String libraryName)
libraryName
- library nameMethod Detail |
---|
public IClassFactory getClassFactory(CLSID clsid)
clsid
- id of the class factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |