Uses of Class
edu.isi.pegasus.planner.transfer.implementation.TransferImplementationFactoryException
-
Packages that use TransferImplementationFactoryException Package Description edu.isi.pegasus.planner.transfer edu.isi.pegasus.planner.transfer.implementation -
-
Uses of TransferImplementationFactoryException in edu.isi.pegasus.planner.transfer
Methods in edu.isi.pegasus.planner.transfer that throw TransferImplementationFactoryException Modifier and Type Method Description voidMultipleFTPerXFERJobRefiner. loadImplementations(PegasusBag bag)Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.voidRefiner. loadImplementations(PegasusBag bag)Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.voidSingleFTPerXFERJobRefiner. loadImplementations(PegasusBag bag)Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs. -
Uses of TransferImplementationFactoryException in edu.isi.pegasus.planner.transfer.implementation
Methods in edu.isi.pegasus.planner.transfer.implementation that throw TransferImplementationFactoryException Modifier and Type Method Description static ImplementationImplementationFactory. loadInstance(PegasusBag bag, int type)Loads the implementing class corresponding to the type specified by the user.private static ImplementationImplementationFactory. loadInstance(java.lang.String className, PegasusBag bag)Loads the implementing class corresponding to the class.
-