|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.survivor.HelperFactory
Factory methods to create a SurvivorHelper
Constructor Summary | |
protected |
HelperFactory()
disabled, use factory method |
Method Summary | |
static AbstractSurvivorHelper |
createSurvivorHelper()
creates the helper object specified in the survivor calculator configuration module |
static AbstractSurvivorHelper |
createSurvivorHelper(java.lang.String className,
SurvivorHelperConfig config)
creates a helper instance using the given class name and a SurvivorHelperConfig object containing all the needed configuration and initialization information needed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected HelperFactory()
Method Detail |
public static AbstractSurvivorHelper createSurvivorHelper() throws HelperCreationException
HelperCreationException
- failed to createpublic static AbstractSurvivorHelper createSurvivorHelper(java.lang.String className, SurvivorHelperConfig config) throws HelperCreationException
className
- helper class nameconfig
- configuration object
HelperCreationException
- error creating helper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.