org.apache.directory.daemon
Interface ExitCodes


public interface ExitCodes

Exit codes for the bootstrappers.

Version:
$Rev: 434416 $
Author:
Apache Directory Project

Field Summary
static int BAD_ARGUMENTS
           
static int BAD_COMMAND
           
static int CLASS_LOOKUP
           
static int DESTROY
           
static int INITIALIZATION
           
static int INSTANTIATION
           
static int INVOCATION
           
static int METHOD_LOOKUP
           
static int PROPLOAD
           
static int START
           
static int STOP
           
static int UNKNOWN
           
static int VERIFICATION
           
 

Field Detail

CLASS_LOOKUP

static final int CLASS_LOOKUP
See Also:
Constant Field Values

INSTANTIATION

static final int INSTANTIATION
See Also:
Constant Field Values

METHOD_LOOKUP

static final int METHOD_LOOKUP
See Also:
Constant Field Values

INITIALIZATION

static final int INITIALIZATION
See Also:
Constant Field Values

START

static final int START
See Also:
Constant Field Values

STOP

static final int STOP
See Also:
Constant Field Values

PROPLOAD

static final int PROPLOAD
See Also:
Constant Field Values

VERIFICATION

static final int VERIFICATION
See Also:
Constant Field Values

DESTROY

static final int DESTROY
See Also:
Constant Field Values

BAD_ARGUMENTS

static final int BAD_ARGUMENTS
See Also:
Constant Field Values

BAD_COMMAND

static final int BAD_COMMAND
See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

INVOCATION

static final int INVOCATION
See Also:
Constant Field Values


Copyright © 2004-2008 null. All Rights Reserved.