public interface CommonLevels
Modifier and Type | Field and Description |
---|---|
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
|
static final String DOMAIN_NAME
static final ScopeLevel DOMAIN
static final String CLUSTER_NAME
static final ScopeLevel CLUSTER
static final String MACHINE_NAME
static final ScopeLevel MACHINE
static final String NODE_NAME
static final ScopeLevel NODE
static final String JVM_NAME
static final ScopeLevel JVM
static final String SERVER_NAME
static final ScopeLevel SERVER
static final String SUBSYSTEM_NAME
static final ScopeLevel SUBSYSTEM
static final String APPLICATION_NAME
static final ScopeLevel APPLICATION
static final String DEPLOYMENT_NAME
static final ScopeLevel DEPLOYMENT
static final String CLASS_NAME
static final ScopeLevel CLASS
static final String INSTANCE_NAME
static final ScopeLevel INSTANCE
static final String JOINPOINT_NAME
static final ScopeLevel JOINPOINT
static final String JOINPOINT_OVERRIDE_NAME
static final ScopeLevel JOINPOINT_OVERRIDE
static final String THREAD_NAME
static final ScopeLevel THREAD
static final String WORK_NAME
static final ScopeLevel WORK
static final String REQUEST_NAME
static final ScopeLevel REQUEST
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.