Alphabetical Index

C D E F G H I L M O R S T V W

C

check(String) - static method in class org.apache.commons.daemon.support.DaemonLoader
DaemonLoader.Context - class org.apache.commons.daemon.support.DaemonLoader.Context
CONTROL - static field in class org.apache.commons.daemon.DaemonPermission
The target name when associated with control actions ("control").
CONTROL_RELOAD - static field in class org.apache.commons.daemon.DaemonPermission
The action name associated with the permission to call the DaemonController.reload() method.
CONTROL_SHUTDOWN - static field in class org.apache.commons.daemon.DaemonPermission
The action name associated with the permission to call the DaemonController.shutdown() method.
CONTROL_START - static field in class org.apache.commons.daemon.DaemonPermission
The action name associated with the permission to call the DaemonController.start() method.
CONTROL_STOP - static field in class org.apache.commons.daemon.DaemonPermission
The action name associated with the permission to call the DaemonController.stop() method.
DaemonLoader.Controller - class org.apache.commons.daemon.support.DaemonLoader.Controller

D

Daemon - interface org.apache.commons.daemon.Daemon
This interface provides support for native daemon invocation.
DaemonContext - interface org.apache.commons.daemon.DaemonContext
Defines a set of methods that a Daemon instance can use to communicate with the Daemon container.
DaemonController - interface org.apache.commons.daemon.DaemonController
DaemonListener - interface org.apache.commons.daemon.DaemonListener
DaemonLoader - class org.apache.commons.daemon.support.DaemonLoader
DaemonPermission - class org.apache.commons.daemon.DaemonPermission
This class represents the permissions to control and query the status of a Daemon.
DaemonPermission(String) - constructor for class org.apache.commons.daemon.DaemonPermission
Create a new DaemonPermission instance with a specified permission name.
DaemonPermission(String,String) - constructor for class org.apache.commons.daemon.DaemonPermission
Create a new DaemonPermission instance with a specified permission name and a specified list of actions.
destroy() - method in class org.apache.commons.daemon.Daemon
Free any resources allocated by this daemon such as file descriptors or sockets.
destroy() - static method in class org.apache.commons.daemon.support.DaemonLoader

E

equals(Object) - method in class org.apache.commons.daemon.DaemonPermission
Check if a specified object equals DaemonPermission.

F

fail() - method in class org.apache.commons.daemon.DaemonController
fail() - method in class org.apache.commons.daemon.support.DaemonLoader.Controller
fail(Exception) - method in class org.apache.commons.daemon.DaemonController
fail(Exception) - method in class org.apache.commons.daemon.support.DaemonLoader.Controller
fail(String) - method in class org.apache.commons.daemon.DaemonController
fail(String) - method in class org.apache.commons.daemon.support.DaemonLoader.Controller
fail(String,Exception) - method in class org.apache.commons.daemon.DaemonController
fail(String,Exception) - method in class org.apache.commons.daemon.support.DaemonLoader.Controller

G

getActions() - method in class org.apache.commons.daemon.DaemonPermission
Return the list of actions permitted by this instance of DaemonPermission in its canonical form.
getArguments() - method in class org.apache.commons.daemon.DaemonContext
Returns an array of String arguments supplied by the environment.
getArguments() - method in class org.apache.commons.daemon.support.DaemonLoader.Context
Returns an array of String arguments supplied by the environment.
getController() - method in class org.apache.commons.daemon.DaemonContext
Returns DaemonController object that can be used to control the Daemon instance that this DaemonContext is passed to.
getController() - method in class org.apache.commons.daemon.support.DaemonLoader.Context
Returns DaemonController object that can be used to control the Daemon instance that this DaemonContext is passed to.

H

hashCode() - method in class org.apache.commons.daemon.DaemonPermission
Return the hash code for this DaemonPermission instance.

I

implies(Permission) - method in class org.apache.commons.daemon.DaemonPermission
Check if this DaemonPermission implies another Permission.
init(org.apache.commons.daemon.DaemonContext) - method in class org.apache.commons.daemon.Daemon
Initialize this Daemon instance.

L

load(String,ar[]) - static method in class org.apache.commons.daemon.support.DaemonLoader

M

MASK_CONTROL_RELOAD - static field in class org.apache.commons.daemon.DaemonPermission
The action mask associated with the permission to call the DaemonController.reload() method.
MASK_CONTROL_SHUTDOWN - static field in class org.apache.commons.daemon.DaemonPermission
The action mask associated with the permission to call the DaemonController.shutdown() method.
MASK_CONTROL_START - static field in class org.apache.commons.daemon.DaemonPermission
The action mask associated with the permission to call the DaemonController.start() method.
MASK_CONTROL_STOP - static field in class org.apache.commons.daemon.DaemonPermission
The action mask associated with the permission to call the DaemonController.stop() method.

O

R

reload() - method in class org.apache.commons.daemon.DaemonController
reload() - method in class org.apache.commons.daemon.support.DaemonLoader.Controller

S

setArguments(String[]) - method in class org.apache.commons.daemon.support.DaemonLoader.Context
setController(org.apache.commons.daemon.DaemonController) - method in class org.apache.commons.daemon.support.DaemonLoader.Context
shutdown() - method in class org.apache.commons.daemon.DaemonController
shutdown() - method in class org.apache.commons.daemon.support.DaemonLoader.Controller
start() - method in class org.apache.commons.daemon.Daemon
Start the operation of this Daemon instance.
start() - static method in class org.apache.commons.daemon.support.DaemonLoader
stop() - method in class org.apache.commons.daemon.Daemon
Stop the operation of this Daemon instance.
stop() - static method in class org.apache.commons.daemon.support.DaemonLoader

T

toString() - method in class org.apache.commons.daemon.DaemonPermission
Return a String representation of this instance.
TYPE_CONTROL - static field in class org.apache.commons.daemon.DaemonPermission
The target type when associated with control actions.

V

version() - static method in class org.apache.commons.daemon.support.DaemonLoader

W

WILDCARD - static field in class org.apache.commons.daemon.DaemonPermission
The "wildcard" action implying all actions for the given target name.

Copyright (c) 2001-2002 - Apache Software Foundation