Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.daemon.support.* (1)

org.apache.commons.daemon: Javadoc index of package org.apache.commons.daemon.


Package Samples:

org.apache.commons.daemon.support

Classes:

DaemonPermission: This class represents the permissions to control and query the status of a Daemon . A DaemonPermission consists of a target name and a list of actions associated with it. In this specification version the only available target name for this permission is "control", but further releases may add more target names to fine-tune the access that needs to be granted to the caller. Actions are defined by a string of comma-separated values, as shown in the table below. The empty string implies no permission at all, while the special "*" value implies all permissions for the given name: ...
Daemon: This interface provides support for native daemon invocation. Using a platform dependant helper program classes that implement the Daemon interface can be initialized, started and stopped according to the convensions of the underlying operating system. Implementors of this interface must also provide a public constructor with no arguments so that instances can be created in an automated fashion.
DaemonContext: Defines a set of methods that a Daemon instance can use to communicate with the Daemon container.
DaemonController
DaemonListener
SimpleDaemon
DaemonLoader

Home | Contact Us | Privacy Policy | Terms of Service