| java.lang.Object org.griphyn.cPlanner.parser.pdax.PDAXCallbackFactory
PDAXCallbackFactory | public class PDAXCallbackFactory (Code) | | A factory class to load the appropriate DAX callback implementations that need
to be passed to the DAX Parser.
author: Karan Vahi version: $Revision: 217 $ |
DEFAULT_PACKAGE_NAME | final public static String DEFAULT_PACKAGE_NAME(Code) | | Package to prefix "just" class names with.
|
loadInstance | public static Callback loadInstance(PegasusProperties properties, PlannerOptions options, String directory, String className) throws PDAXCallbackFactoryException(Code) | | Loads the implementing class corresponding to the type specified by the user.
The properties object passed should not be null. The callback that is
loaded, is the one referred to by the className parameter passed.
Parameters: properties - the PegasusProperties object containing allthe properties required by Pegasus.dag|noop|daglite. Parameters: options - the PlannerOptions object containing theoptions passed to gencdag. Parameters: directory - the directory where the pdax file and parititioned daxesreside. Parameters: className - the name of the implementing class. the instance of the class implementing this interface. exception: PDAXCallbackFactoryException - that nests any error thatmight occur during the instantiation See Also: PDAXCallbackFactory.DEFAULT_PACKAGE_NAME |
|
|