|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.matching.MEFAFactory
Helper class to load configured component implementation classes
Constructor Summary | |
MEFAFactory()
Creates new MEFAFactory |
Method Summary | |
(package private) java.lang.Object |
getComponentInstance(java.lang.String componentName)
Load configured component implementation classes |
(package private) MEFAConfiguration |
getMEFAConfiguration()
Get the MEFA configuration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MEFAFactory()
Method Detail |
java.lang.Object getComponentInstance(java.lang.String componentName) throws java.lang.InstantiationException, java.lang.ClassNotFoundException, java.lang.IllegalAccessException
componentName
- the component name for which to load the instance
java.lang.InstantiationException
- Instantiating the configured class failed
java.lang.ClassNotFoundException
- Loading the configured class failed
java.lang.IllegalAccessException
- Loading/Instantiating the configured class
is not allowed by the current security settingsMEFAConfiguration getMEFAConfiguration() throws java.lang.InstantiationException
java.lang.InstantiationException
- if the configuration could not be retrieved
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.