Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
J
M
O
P
S
U
V
W
A
AvailablePortFinder
- class org.apache.directory.daemon.
AvailablePortFinder
.
Finds currently available server ports.
available(int)
- Static method in class org.apache.directory.daemon.
AvailablePortFinder
Checks to see if a specific port is available.
B
BAD_ARGUMENTS
- Static variable in interface org.apache.directory.daemon.
ExitCodes
BAD_COMMAND
- Static variable in interface org.apache.directory.daemon.
ExitCodes
Bootstrapper
- class org.apache.directory.daemon.
Bootstrapper
.
The base bootstrapper extended by all frameworks and java applications.
Bootstrapper()
- Constructor for class org.apache.directory.daemon.
Bootstrapper
baseDirectory
- Variable in class org.apache.directory.daemon.
InstallationLayout
C
CLASS_LOOKUP
- Static variable in interface org.apache.directory.daemon.
ExitCodes
callDestroy()
- Method in class org.apache.directory.daemon.
Bootstrapper
callInit(String[])
- Method in class org.apache.directory.daemon.
Bootstrapper
callStart()
- Method in class org.apache.directory.daemon.
Bootstrapper
callStop(String[])
- Method in class org.apache.directory.daemon.
Bootstrapper
D
DESTROY
- Static variable in interface org.apache.directory.daemon.
ExitCodes
DaemonApplication
- interface org.apache.directory.daemon.
DaemonApplication
.
Interface used by DaemonApplications.
destroy()
- Method in interface org.apache.directory.daemon.
DaemonApplication
The application should destroy resources created in init() here.
destroy()
- Method in class org.apache.directory.daemon.
JsvcBootstrapper
E
ExitCodes
- interface org.apache.directory.daemon.
ExitCodes
.
Exit codes for the bootstrappers.
G
getAllJars()
- Method in class org.apache.directory.daemon.
InstallationLayout
getAvailablePorts()
- Static method in class org.apache.directory.daemon.
AvailablePortFinder
Returns the
Set
of currently available port numbers (
Integer
).
getAvailablePorts(int, int)
- Static method in class org.apache.directory.daemon.
AvailablePortFinder
Returns the
Set
of currently avaliable port numbers (
Integer
) between the specified port range.
getBaseDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
getBinDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
getBootstrapper()
- Method in class org.apache.directory.daemon.
InstallationLayout
getBootstrapperConfigurationFile()
- Method in class org.apache.directory.daemon.
InstallationLayout
getConfigurationDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
getConfigurationFile()
- Method in class org.apache.directory.daemon.
InstallationLayout
getConfigurationFile(String)
- Method in class org.apache.directory.daemon.
InstallationLayout
getDaemon()
- Method in class org.apache.directory.daemon.
InstallationLayout
getDependentJars()
- Method in class org.apache.directory.daemon.
InstallationLayout
getExtensionJars()
- Method in class org.apache.directory.daemon.
InstallationLayout
getExtensionsDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
getInitScript()
- Method in class org.apache.directory.daemon.
InstallationLayout
getInitScript(String)
- Method in class org.apache.directory.daemon.
InstallationLayout
getLibDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
getLicenseFile()
- Method in class org.apache.directory.daemon.
InstallationLayout
getLicenseFile(String)
- Method in class org.apache.directory.daemon.
InstallationLayout
getLogDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
getLogger()
- Method in class org.apache.directory.daemon.
InstallationLayout
getLoggerConfigurationFile()
- Method in class org.apache.directory.daemon.
InstallationLayout
getLoggerConfigurationFile(String)
- Method in class org.apache.directory.daemon.
InstallationLayout
getLogoIconFile()
- Method in class org.apache.directory.daemon.
InstallationLayout
getLogoIconFile(String)
- Method in class org.apache.directory.daemon.
InstallationLayout
getNextAvailable()
- Static method in class org.apache.directory.daemon.
AvailablePortFinder
Gets the next available port starting at the lowest port number.
getNextAvailable(int)
- Static method in class org.apache.directory.daemon.
AvailablePortFinder
Gets the next available port starting at a port.
getPartitionsDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
getPidFile()
- Method in class org.apache.directory.daemon.
InstallationLayout
getReadmeFile()
- Method in class org.apache.directory.daemon.
InstallationLayout
getReadmeFile(String)
- Method in class org.apache.directory.daemon.
InstallationLayout
getRunDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
getVarDirectory()
- Method in class org.apache.directory.daemon.
InstallationLayout
I
INITIALIZATION
- Static variable in interface org.apache.directory.daemon.
ExitCodes
INSTANTIATION
- Static variable in interface org.apache.directory.daemon.
ExitCodes
INVOCATION
- Static variable in interface org.apache.directory.daemon.
ExitCodes
InstallationLayout
- class org.apache.directory.daemon.
InstallationLayout
.
Convenience class to encapsulate paths to various folders and files within an installation.
InstallationLayout(File)
- Constructor for class org.apache.directory.daemon.
InstallationLayout
InstallationLayout(String)
- Constructor for class org.apache.directory.daemon.
InstallationLayout
init(InstallationLayout, String[])
- Method in interface org.apache.directory.daemon.
DaemonApplication
Threads should be created, along with sockets.
init()
- Method in class org.apache.directory.daemon.
InstallationLayout
init(String[])
- Method in class org.apache.directory.daemon.
JsvcBootstrapper
J
JsvcBootstrapper
- class org.apache.directory.daemon.
JsvcBootstrapper
.
The bootstrapper used by the jsvc process manager.
JsvcBootstrapper()
- Constructor for class org.apache.directory.daemon.
JsvcBootstrapper
M
MAX_PORT_NUMBER
- Static variable in class org.apache.directory.daemon.
AvailablePortFinder
The maximum number of server port number.
METHOD_LOOKUP
- Static variable in interface org.apache.directory.daemon.
ExitCodes
MIN_PORT_NUMBER
- Static variable in class org.apache.directory.daemon.
AvailablePortFinder
The minimum number of server port number.
MainBootstrapper
- class org.apache.directory.daemon.
MainBootstrapper
.
The main() based application bootstrapper used as the entry point for the executable bootstrapper.jar so it can be launched as a simple java application.
MainBootstrapper()
- Constructor for class org.apache.directory.daemon.
MainBootstrapper
main(String[])
- Static method in class org.apache.directory.daemon.
MainBootstrapper
mkdirs()
- Method in class org.apache.directory.daemon.
InstallationLayout
O
org.apache.directory.daemon
- package org.apache.directory.daemon
P
PROPLOAD
- Static variable in interface org.apache.directory.daemon.
ExitCodes
ProcrunBootstrapper
- class org.apache.directory.daemon.
ProcrunBootstrapper
.
The bootstrapper used for procrun services on windows platforms.
ProcrunBootstrapper()
- Constructor for class org.apache.directory.daemon.
ProcrunBootstrapper
prunsrvStart(String[])
- Static method in class org.apache.directory.daemon.
ProcrunBootstrapper
prunsrvStop(String[])
- Static method in class org.apache.directory.daemon.
ProcrunBootstrapper
S
START
- Static variable in interface org.apache.directory.daemon.
ExitCodes
START_CLASS_PROP
- Static variable in class org.apache.directory.daemon.
Bootstrapper
STOP
- Static variable in interface org.apache.directory.daemon.
ExitCodes
STOP_CLASS_PROP
- Static variable in class org.apache.directory.daemon.
Bootstrapper
sendShutdownCommand()
- Method in class org.apache.directory.daemon.
Bootstrapper
setInstallationLayout(String)
- Method in class org.apache.directory.daemon.
Bootstrapper
setParentLoader(ClassLoader)
- Method in class org.apache.directory.daemon.
Bootstrapper
shift(String[], int)
- Static method in class org.apache.directory.daemon.
Bootstrapper
start()
- Method in interface org.apache.directory.daemon.
DaemonApplication
Start threads and bind sockets here.
start()
- Method in class org.apache.directory.daemon.
JsvcBootstrapper
stop(String[])
- Method in interface org.apache.directory.daemon.
DaemonApplication
Stop threads and close sockets opened in start() here.
stop()
- Method in class org.apache.directory.daemon.
JsvcBootstrapper
U
UNKNOWN
- Static variable in interface org.apache.directory.daemon.
ExitCodes
V
VERIFICATION
- Static variable in interface org.apache.directory.daemon.
ExitCodes
verifyInstallation()
- Method in class org.apache.directory.daemon.
InstallationLayout
W
waitForShutdown()
- Method in class org.apache.directory.daemon.
Bootstrapper
Wait until a proper shutdown command is received, then return.
A
B
C
D
E
G
I
J
M
O
P
S
U
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2007 null. All Rights Reserved.