Uses of Class
adams.core.shutdown.AbstractShutdownHook
-
Packages that use AbstractShutdownHook Package Description adams.core.shutdown adams.flow -
-
Uses of AbstractShutdownHook in adams.core.shutdown
Subclasses of AbstractShutdownHook in adams.core.shutdown Modifier and Type Class Description class
MultiHook
Executes the specified hooks sequentially.class
Null
Dummy, does nothing.class
PID
Just outputs message with PID on stdout.class
StopFlows
Stops registered flows.Fields in adams.core.shutdown declared as AbstractShutdownHook Modifier and Type Field Description protected AbstractShutdownHook[]
MultiHook. m_Hooks
the hooks.Methods in adams.core.shutdown that return AbstractShutdownHook Modifier and Type Method Description AbstractShutdownHook[]
MultiHook. getHooks()
Returns the hooks to execute sequentially.Methods in adams.core.shutdown with parameters of type AbstractShutdownHook Modifier and Type Method Description void
MultiHook. setHooks(AbstractShutdownHook[] value)
Sets the hooks to execute sequentially. -
Uses of AbstractShutdownHook in adams.flow
Fields in adams.flow declared as AbstractShutdownHook Modifier and Type Field Description protected AbstractShutdownHook
FlowRunner. m_ShutdownHook
the shutdown hook.Methods in adams.flow that return AbstractShutdownHook Modifier and Type Method Description AbstractShutdownHook
FlowRunner. getShutdownHook()
Returns the shutdown hook to install/use.Methods in adams.flow with parameters of type AbstractShutdownHook Modifier and Type Method Description void
FlowRunner. setShutdownHook(AbstractShutdownHook value)
Sets the shutdown hook to install/use.
-