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 classMultiHookExecutes the specified hooks sequentially.classNullDummy, does nothing.classPIDJust outputs message with PID on stdout.classStopFlowsStops registered flows.Fields in adams.core.shutdown declared as AbstractShutdownHook Modifier and Type Field Description protected AbstractShutdownHook[]MultiHook. m_Hooksthe 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 voidMultiHook. 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 AbstractShutdownHookFlowRunner. m_ShutdownHookthe shutdown hook.Methods in adams.flow that return AbstractShutdownHook Modifier and Type Method Description AbstractShutdownHookFlowRunner. getShutdownHook()Returns the shutdown hook to install/use.Methods in adams.flow with parameters of type AbstractShutdownHook Modifier and Type Method Description voidFlowRunner. setShutdownHook(AbstractShutdownHook value)Sets the shutdown hook to install/use.
-