org.jboss.metadata.spi.scope
Interface CommonLevels


public interface CommonLevels

CommonLevels.

Version:
$Revision: 46146 $
Author:
Adrian Brock

Field Summary
static ScopeLevel APPLICATION
          The application level
static String APPLICATION_NAME
          The application level name
static ScopeLevel CLASS
          The class level
static String CLASS_NAME
          The class level name
static ScopeLevel CLUSTER
          The cluster level
static String CLUSTER_NAME
          The cluster level name
static ScopeLevel DEPLOYMENT
          The deployment level
static String DEPLOYMENT_NAME
          The deployment level name
static ScopeLevel DOMAIN
          The domain level
static String DOMAIN_NAME
          The domain level name
static ScopeLevel INSTANCE
          The instance level
static String INSTANCE_NAME
          The instance level name
static ScopeLevel JOINPOINT
          The join point level
static String JOINPOINT_NAME
          The join point level name
static ScopeLevel JOINPOINT_OVERRIDE
          The join point override level
static String JOINPOINT_OVERRIDE_NAME
          The join point override level name
static ScopeLevel JVM
          The jvm level
static String JVM_NAME
          The jvm level name
static ScopeLevel MACHINE
          The machine level
static String MACHINE_NAME
          The machine level name
static ScopeLevel NODE
          The node level
static String NODE_NAME
          The node level name
static ScopeLevel REQUEST
          The request level
static String REQUEST_NAME
          The request level name
static ScopeLevel SERVER
          The server level
static String SERVER_NAME
          The server level name
static ScopeLevel SUBSYSTEM
          The subsystem level
static String SUBSYSTEM_NAME
          The subsystem level name
static ScopeLevel THREAD
          The thread level
static String THREAD_NAME
          The thread level name
static ScopeLevel WORK
          The unit of work level
static String WORK_NAME
          The unit of work level name
 

Field Detail

DOMAIN_NAME

static final String DOMAIN_NAME
The domain level name

See Also:
Constant Field Values

DOMAIN

static final ScopeLevel DOMAIN
The domain level


CLUSTER_NAME

static final String CLUSTER_NAME
The cluster level name

See Also:
Constant Field Values

CLUSTER

static final ScopeLevel CLUSTER
The cluster level


MACHINE_NAME

static final String MACHINE_NAME
The machine level name

See Also:
Constant Field Values

MACHINE

static final ScopeLevel MACHINE
The machine level


NODE_NAME

static final String NODE_NAME
The node level name

See Also:
Constant Field Values

NODE

static final ScopeLevel NODE
The node level


JVM_NAME

static final String JVM_NAME
The jvm level name

See Also:
Constant Field Values

JVM

static final ScopeLevel JVM
The jvm level


SERVER_NAME

static final String SERVER_NAME
The server level name

See Also:
Constant Field Values

SERVER

static final ScopeLevel SERVER
The server level


SUBSYSTEM_NAME

static final String SUBSYSTEM_NAME
The subsystem level name

See Also:
Constant Field Values

SUBSYSTEM

static final ScopeLevel SUBSYSTEM
The subsystem level


APPLICATION_NAME

static final String APPLICATION_NAME
The application level name

See Also:
Constant Field Values

APPLICATION

static final ScopeLevel APPLICATION
The application level


DEPLOYMENT_NAME

static final String DEPLOYMENT_NAME
The deployment level name

See Also:
Constant Field Values

DEPLOYMENT

static final ScopeLevel DEPLOYMENT
The deployment level


CLASS_NAME

static final String CLASS_NAME
The class level name

See Also:
Constant Field Values

CLASS

static final ScopeLevel CLASS
The class level


INSTANCE_NAME

static final String INSTANCE_NAME
The instance level name

See Also:
Constant Field Values

INSTANCE

static final ScopeLevel INSTANCE
The instance level


JOINPOINT_NAME

static final String JOINPOINT_NAME
The join point level name

See Also:
Constant Field Values

JOINPOINT

static final ScopeLevel JOINPOINT
The join point level


JOINPOINT_OVERRIDE_NAME

static final String JOINPOINT_OVERRIDE_NAME
The join point override level name

See Also:
Constant Field Values

JOINPOINT_OVERRIDE

static final ScopeLevel JOINPOINT_OVERRIDE
The join point override level


THREAD_NAME

static final String THREAD_NAME
The thread level name

See Also:
Constant Field Values

THREAD

static final ScopeLevel THREAD
The thread level


WORK_NAME

static final String WORK_NAME
The unit of work level name

See Also:
Constant Field Values

WORK

static final ScopeLevel WORK
The unit of work level


REQUEST_NAME

static final String REQUEST_NAME
The request level name

See Also:
Constant Field Values

REQUEST

static final ScopeLevel REQUEST
The request level



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