Uses of Interface
com.aspectran.daemon.service.DaemonService
Packages that use DaemonService
Package
Description
Package for running Aspectran-based Java applications as background
processes on Unix-based or Windows operating systems.
Contains a variant of the activity interface for Aspectran Daemon.
Contains a variant of the service interface for Aspectran Daemon.
-
Uses of DaemonService in com.aspectran.daemon
Methods in com.aspectran.daemon that return DaemonService -
Uses of DaemonService in com.aspectran.daemon.activity
Constructors in com.aspectran.daemon.activity with parameters of type DaemonServiceModifierConstructorDescriptionDaemonActivity(DaemonService daemonService) Instantiates a new daemon activity. -
Uses of DaemonService in com.aspectran.daemon.command
Methods in com.aspectran.daemon.command that return DaemonService -
Uses of DaemonService in com.aspectran.daemon.service
Classes in com.aspectran.daemon.service that implement DaemonServiceModifier and TypeClassDescriptionclassAbstract base class forDaemonServiceimplementations.classThe Class DefaultDaemonService.