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 void
MultipleFTPerXFERJobRefiner. loadImplementations(PegasusBag bag)
Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.void
Refiner. loadImplementations(PegasusBag bag)
Loads the appropriate implementations that is required by this refinement strategy for different types of transfer jobs.void
SingleFTPerXFERJobRefiner. 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 Implementation
ImplementationFactory. loadInstance(PegasusBag bag, int type)
Loads the implementing class corresponding to the type specified by the user.private static Implementation
ImplementationFactory. loadInstance(java.lang.String className, PegasusBag bag)
Loads the implementing class corresponding to the class.
-