|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.matching.MatcherAPIHelper
A Helper class to load the configured implementation class as configured for the matcher api component
Constructor Summary | |
MatcherAPIHelper()
Creates new MatcherAPIHelper |
Method Summary | |
MatchEngineConfiguration |
getMatchEngineConfigImpl()
Load the configured implementation class and instantiate it. |
MatcherAPI |
getMatcherAPIImpl()
Load the configured implementation class and instantiate it. |
(package private) MEFAFactory |
getMEFAFactory()
Helper to load and instantiate MEFA classes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MatcherAPIHelper()
Method Detail |
public MatchEngineConfiguration getMatchEngineConfigImpl() throws java.lang.InstantiationException, java.lang.ClassNotFoundException, java.lang.IllegalAccessException
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 settingspublic MatcherAPI getMatcherAPIImpl() throws java.lang.InstantiationException, java.lang.ClassNotFoundException, java.lang.IllegalAccessException
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 settings
java.lang.ClassNotFoundException
- if the configured class could not be found
java.lang.InstantiationException
- if the configured class could not be instantiated
java.lang.IllegalAccessException
- Loading/Instantiating the configured class
is not allowed by the current security settingsMEFAFactory getMEFAFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.