|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.matching.PassControllerHelper
A Helper class to load the configured implementation class as configured for the PassController component
Constructor Summary | |
PassControllerHelper()
Creates new PassControllerHelper |
Method Summary | |
PassController |
getPassControllerImpl()
Load the configured implementation class and instantiate it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PassControllerHelper()
Method Detail |
public PassController getPassControllerImpl() 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.