| |
|
| java.lang.Object org.griphyn.cPlanner.transfer.sls.SLSFactory
SLSFactory | public class SLSFactory (Code) | | A factory class to load the appropriate type of SLS Implementation to do
the Second Level Staging.
author: Karan Vahi version: $Revision: 420 $ |
Method Summary | |
public static SLS | loadInstance(PegasusBag bag) This method loads the appropriate implementing code generator as specified
by the user at runtime. | public static SLS | loadInstance(PegasusBag bag, String className) This method loads the appropriate code generator as specified by the
user at runtime.
Parameters: bag - the bag of initialization objects. Parameters: className - the name of the implementing class. |
DEFAULT_PACKAGE_NAME | final public static String DEFAULT_PACKAGE_NAME(Code) | | The default package where the all the implementing classes are supposed to
reside.
|
DEFAULT_SLS_IMPL_CLASS | final public static String DEFAULT_SLS_IMPL_CLASS(Code) | | The name of the class implementing the condor code generator.
|
loadInstance | public static SLS loadInstance(PegasusBag bag, String className) throws SLSFactoryException(Code) | | This method loads the appropriate code generator as specified by the
user at runtime.
Parameters: bag - the bag of initialization objects. Parameters: className - the name of the implementing class. the instance of the class implementing this interface. exception: CodeGeneratorFactoryException - that nests any error thatmight occur during the instantiation of the implementation. See Also: SLSFactory.DEFAULT_PACKAGE_NAME throws: SLSFactoryException - |
|
|
|