Uses of Class
org.hcjf.service.Service.ShutdownStage
-
Packages that use Service.ShutdownStage Package Description org.hcjf.cloud org.hcjf.io.fs org.hcjf.io.net org.hcjf.io.net.broadcast org.hcjf.io.process org.hcjf.log org.hcjf.service -
-
Uses of Service.ShutdownStage in org.hcjf.cloud
Methods in org.hcjf.cloud with parameters of type Service.ShutdownStage Modifier and Type Method Description protected voidCloud. shutdown(Service.ShutdownStage stage)This method is listening the shutdown signal and must start the shutdown process of the cloud implementation. -
Uses of Service.ShutdownStage in org.hcjf.io.fs
Methods in org.hcjf.io.fs with parameters of type Service.ShutdownStage Modifier and Type Method Description protected voidFileSystemWatcherService. shutdown(Service.ShutdownStage stage)Shutdown implementation for the file system watcher service. -
Uses of Service.ShutdownStage in org.hcjf.io.net
Methods in org.hcjf.io.net with parameters of type Service.ShutdownStage Modifier and Type Method Description protected voidNetService. shutdown(Service.ShutdownStage stage)This method will be called immediately after the static method 'shutdown' of the class has been called. -
Uses of Service.ShutdownStage in org.hcjf.io.net.broadcast
Methods in org.hcjf.io.net.broadcast with parameters of type Service.ShutdownStage Modifier and Type Method Description protected voidBroadcastService. shutdown(Service.ShutdownStage stage) -
Uses of Service.ShutdownStage in org.hcjf.io.process
Methods in org.hcjf.io.process with parameters of type Service.ShutdownStage Modifier and Type Method Description protected voidProcessDiscoveryService. shutdown(Service.ShutdownStage stage) -
Uses of Service.ShutdownStage in org.hcjf.log
Methods in org.hcjf.log with parameters of type Service.ShutdownStage Modifier and Type Method Description protected voidLog. shutdown(Service.ShutdownStage stage)Only valid with the stage is START -
Uses of Service.ShutdownStage in org.hcjf.service
Methods in org.hcjf.service that return Service.ShutdownStage Modifier and Type Method Description static Service.ShutdownStageService.ShutdownStage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Service.ShutdownStage[]Service.ShutdownStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hcjf.service with parameters of type Service.ShutdownStage Modifier and Type Method Description protected voidService. shutdown(Service.ShutdownStage stage)This method will be called for the global shutdown process in each stage.
-