Uses of Interface
tigase.sys.ShutdownHook
-
Packages that use ShutdownHook Package Description tigase.cluster.repo tigase.server The main package with top level API for server side components.tigase.server.monitor tigase.stats tigase.sys -
-
Uses of ShutdownHook in tigase.cluster.repo
Classes in tigase.cluster.repo that implement ShutdownHook Modifier and Type Class Description classClConConfigRepositoryclassClConDirRepositoryclassClConSQLRepository -
Uses of ShutdownHook in tigase.server
Classes in tigase.server that implement ShutdownHook Modifier and Type Class Description classBootstrap.BootstrapShutdownHook -
Uses of ShutdownHook in tigase.server.monitor
Methods in tigase.server.monitor with parameters of type ShutdownHook Modifier and Type Method Description voidMonitorRuntime. addShutdownHook(ShutdownHook hook)voidMonitorRuntime. removeShutdownHook(ShutdownHook hook) -
Uses of ShutdownHook in tigase.stats
Classes in tigase.stats that implement ShutdownHook Modifier and Type Class Description classStatisticsCollectorClass StatisticsCollector
Created: Tue Nov 22 07:07:11 2005 -
Uses of ShutdownHook in tigase.sys
Methods in tigase.sys with parameters of type ShutdownHook Modifier and Type Method Description abstract voidTigaseRuntime. addShutdownHook(ShutdownHook hook)abstract voidTigaseRuntime. removeShutdownHook(ShutdownHook hook)
-