org.jboss.kernel.plugins.bootstrap.basic
Interface KernelConstants

All Known Subinterfaces:
StandaloneKernelConstants

public interface KernelConstants

Constants.

Version:
$Revision: 90317 $
Author:
Adrian Brock, Les A. Hazlewood

Field Summary
static String DEPENDENCY_BUILDER_DEFAULT
          The DependencyBuilder default value
static String DEPENDENCY_BUILDER_NAME
          The DependencyBuilder repository name
static String DEPENDENCY_BUILDER_PROPERTY
          The DependencyBuilder property name
static String KERNEL_BEAN_VALIDATOR_CLASS
          The default meta data repository implementation
static String KERNEL_BEAN_VALIDATOR_NAME
          The kernel bean validator repository name
static String KERNEL_BEAN_VALIDATOR_PROPERTY
          The kernel bean validator
static String KERNEL_BUS_CLASS
          The default kernel bus implementation
static String KERNEL_BUS_NAME
          The default kernel bus name
static String KERNEL_BUS_PROPERTY
          The kernel bus property
static String KERNEL_CONFIG_NAME
          The default kernel config name
static String KERNEL_CONFIGURATOR_CLASS
          The default kernel configurator implementation
static String KERNEL_CONFIGURATOR_NAME
          The default kernel configurator name
static String KERNEL_CONFIGURATOR_PROPERTY
          The kernel configurator property
static String KERNEL_CONTROLLER_CLASS
          The default kernel controller implementation
static String KERNEL_CONTROLLER_NAME
          The default kernel controller name
static String KERNEL_CONTROLLER_PROPERTY
          The kernel controller property
static String KERNEL_EVENT_MANAGER_CLASS
          The default kernel event manager implementation
static String KERNEL_EVENT_MANAGER_NAME
          The default kernel event manager name
static String KERNEL_EVENT_MANAGER_PROPERTY
          The kernel event manager property
static String KERNEL_INITIALIZER_CLASS
          The default kernel initializer implementation
static String KERNEL_INITIALIZER_NAME
          The default kernel initializer
static String KERNEL_INITIALIZER_PROPERTY
          The kernel initializer property
static String KERNEL_METADATA_REPOSITORY_CLASS
          The default meta data repository implementation
static String KERNEL_METADATA_REPOSITORY_NAME
          The default meta data repository name
static String KERNEL_METADATA_REPOSITORY_PROPERTY
          The meta data repository property
static String KERNEL_NAME
          The default kernel name
static String KERNEL_REGISTRY_CLASS
          The default kernel registry implementation
static String KERNEL_REGISTRY_NAME
          The default kernel registry name
static String KERNEL_REGISTRY_PROPERTY
          The kernel registry property
 

Field Detail

KERNEL_NAME

static final String KERNEL_NAME
The default kernel name

See Also:
Constant Field Values

KERNEL_BUS_NAME

static final String KERNEL_BUS_NAME
The default kernel bus name

See Also:
Constant Field Values

KERNEL_BUS_PROPERTY

static final String KERNEL_BUS_PROPERTY
The kernel bus property


KERNEL_BUS_CLASS

static final String KERNEL_BUS_CLASS
The default kernel bus implementation

See Also:
Constant Field Values

KERNEL_CONFIG_NAME

static final String KERNEL_CONFIG_NAME
The default kernel config name

See Also:
Constant Field Values

KERNEL_CONFIGURATOR_NAME

static final String KERNEL_CONFIGURATOR_NAME
The default kernel configurator name

See Also:
Constant Field Values

KERNEL_CONFIGURATOR_PROPERTY

static final String KERNEL_CONFIGURATOR_PROPERTY
The kernel configurator property


KERNEL_CONFIGURATOR_CLASS

static final String KERNEL_CONFIGURATOR_CLASS
The default kernel configurator implementation

See Also:
Constant Field Values

KERNEL_CONTROLLER_NAME

static final String KERNEL_CONTROLLER_NAME
The default kernel controller name

See Also:
Constant Field Values

KERNEL_CONTROLLER_PROPERTY

static final String KERNEL_CONTROLLER_PROPERTY
The kernel controller property


KERNEL_CONTROLLER_CLASS

static final String KERNEL_CONTROLLER_CLASS
The default kernel controller implementation

See Also:
Constant Field Values

KERNEL_EVENT_MANAGER_NAME

static final String KERNEL_EVENT_MANAGER_NAME
The default kernel event manager name

See Also:
Constant Field Values

KERNEL_EVENT_MANAGER_PROPERTY

static final String KERNEL_EVENT_MANAGER_PROPERTY
The kernel event manager property


KERNEL_EVENT_MANAGER_CLASS

static final String KERNEL_EVENT_MANAGER_CLASS
The default kernel event manager implementation

See Also:
Constant Field Values

KERNEL_INITIALIZER_NAME

static final String KERNEL_INITIALIZER_NAME
The default kernel initializer

See Also:
Constant Field Values

KERNEL_INITIALIZER_PROPERTY

static final String KERNEL_INITIALIZER_PROPERTY
The kernel initializer property


KERNEL_INITIALIZER_CLASS

static final String KERNEL_INITIALIZER_CLASS
The default kernel initializer implementation

See Also:
Constant Field Values

KERNEL_REGISTRY_NAME

static final String KERNEL_REGISTRY_NAME
The default kernel registry name

See Also:
Constant Field Values

KERNEL_REGISTRY_PROPERTY

static final String KERNEL_REGISTRY_PROPERTY
The kernel registry property


KERNEL_REGISTRY_CLASS

static final String KERNEL_REGISTRY_CLASS
The default kernel registry implementation

See Also:
Constant Field Values

KERNEL_METADATA_REPOSITORY_NAME

static final String KERNEL_METADATA_REPOSITORY_NAME
The default meta data repository name

See Also:
Constant Field Values

KERNEL_METADATA_REPOSITORY_PROPERTY

static final String KERNEL_METADATA_REPOSITORY_PROPERTY
The meta data repository property


KERNEL_METADATA_REPOSITORY_CLASS

static final String KERNEL_METADATA_REPOSITORY_CLASS
The default meta data repository implementation

See Also:
Constant Field Values

KERNEL_BEAN_VALIDATOR_NAME

static final String KERNEL_BEAN_VALIDATOR_NAME
The kernel bean validator repository name

See Also:
Constant Field Values

KERNEL_BEAN_VALIDATOR_PROPERTY

static final String KERNEL_BEAN_VALIDATOR_PROPERTY
The kernel bean validator


KERNEL_BEAN_VALIDATOR_CLASS

static final String KERNEL_BEAN_VALIDATOR_CLASS
The default meta data repository implementation

See Also:
Constant Field Values

DEPENDENCY_BUILDER_NAME

static final String DEPENDENCY_BUILDER_NAME
The DependencyBuilder repository name

See Also:
Constant Field Values

DEPENDENCY_BUILDER_PROPERTY

static final String DEPENDENCY_BUILDER_PROPERTY
The DependencyBuilder property name


DEPENDENCY_BUILDER_DEFAULT

static final String DEPENDENCY_BUILDER_DEFAULT
The DependencyBuilder default value

See Also:
Constant Field Values


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.