Uses of Class
step.functions.handler.AbstractFunctionHandler
-
Packages that use AbstractFunctionHandler Package Description step.functions.handler -
-
Uses of AbstractFunctionHandler in step.functions.handler
Subclasses of AbstractFunctionHandler in step.functions.handler Modifier and Type Class Description classJsonBasedFunctionHandlerMethods in step.functions.handler that return AbstractFunctionHandler Modifier and Type Method Description AbstractFunctionHandlerFunctionHandlerFactory. create(ClassLoader classloader, String class_, step.grid.agent.tokenpool.TokenSession tokenSession, step.grid.agent.tokenpool.TokenReservationSession tokenReservationSession, Map<String,String> properties)Creates a new instance ofAbstractFunctionHandlerAbstractFunctionHandlerFunctionHandlerFactory. initialize(AbstractFunctionHandler functionHandler, step.grid.agent.tokenpool.TokenSession tokenSession, step.grid.agent.tokenpool.TokenReservationSession tokenReservationSession, Map<String,String> properties)Initializes an instance ofAbstractFunctionHandlerMethods in step.functions.handler with parameters of type AbstractFunctionHandler Modifier and Type Method Description AbstractFunctionHandlerFunctionHandlerFactory. initialize(AbstractFunctionHandler functionHandler, step.grid.agent.tokenpool.TokenSession tokenSession, step.grid.agent.tokenpool.TokenReservationSession tokenReservationSession, Map<String,String> properties)Initializes an instance ofAbstractFunctionHandler
-