org.jboss.mx.modelmbean
Interface ModelMBeanConstants

All Known Subinterfaces:
XMBeanConstants
All Known Implementing Classes:
JBossXMBean10, MBeanInfoConversion, MBeanServerImpl, ModelMBeanAttributeInterceptor, ModelMBeanInvoker, ModelMBeanOperationInterceptor, PersistenceInterceptor, PersistenceInterceptor2, XMBean, XMLMetaData

public interface ModelMBeanConstants

Constants used with Model MBean implementations.

Version:
$Revision: 1.22.2.2 $
Author:
Juha Lindfors., Thomas Diesler., Dimitris Andreadis., Matt Munz

Field Summary
static String ACTION
           
static String ACTION_INFO
           
static String ALL_DESCRIPTORS
          A convenience constant to use with getDescriptors() to return the descriptors of all management interface elements (a null string).
static String ATTRIBUTE_DESCRIPTOR
           
static String ATTRIBUTE_VALUE
           
static String CACHE_ALWAYS
           
static long CACHE_ALWAYS_LIMIT
           
static String CACHE_NEVER
           
static long CACHE_NEVER_LIMIT
           
static String CACHED_VALUE
           
static String CLASS
           
static String CONSTRUCTOR_DESCRIPTOR
           
static String CURRENCY_TIME_LIMIT
           
static String DEFAULT
           
static String DELEGATING_PM_OPERATION_DEFAULT_VALUE
           
static String DELEGATING_PM_OPERATION_DESCRIPTOR
          Extended descriptor used in conjuction with DelegatingPersistenceManager to specify the operation name that will be called on the external MBean service for creating AttributePersistenceManager objects.
static String DELEGATING_PM_SERVICE_DEFAULT_VALUE
           
static String DELEGATING_PM_SERVICE_DESCRIPTOR
          Extended descriptor used in conjuction with DelegatingPersistenceManager to specify an external MBean service that will be used as a factory for creating AttributePersistenceManager objects.
static String DESCRIPTOR_TYPE
           
static String DISPLAY_NAME
           
static String EXPORT
           
static String GENERIC_MODELMBEAN_NOTIFICATION
           
static String GET_METHOD
           
static String HIGH_VISIBILITY
           
static String INFO
           
static String INTERCEPTORS
           
static boolean IS_IS
           
static boolean IS_READABLE
           
static boolean IS_WRITABLE
           
static String LAST_RETURNED_TIME_STAMP
           
static String LAST_UPDATED_TIME_STAMP
           
static String LAST_UPDATED_TIME_STAMP2
          used to mark the update (set) of an ATTRIBUTE_VALUE
static String LOG
           
static String LOG_FILE
           
static String LOW_VISIBILITY
           
static String MBEAN_DESCRIPTOR
           
static String MBEAN_INFO_INJECTION_TYPE
          The MBeanInfo injection id type
static String MBEAN_SERVER_INJECTION_TYPE
          The MBeanServer injection id type
static String MESSAGE_ID
           
static String MINIMAL_VISIBILITY
           
static String NAME
           
static String NORMAL_VISIBILITY
           
static String NOTIFICATION_DESCRIPTOR
           
static String OBJECT_NAME
          Used to store the JMX ObjectName of the MBean, so it can be referenced by subsystem that may need it
static String OBJECT_NAME_INJECTION_TYPE
          The ObjectName injection id type
static String OBJECT_REF
           
static String OPERATION_DESCRIPTOR
           
static String PERSIST_INFO
          Indicates whether MBean Info should be stored.
static String PERSIST_LOCATION
           
static String PERSIST_NAME
           
static String PERSIST_PERIOD
           
static String[] PERSIST_POLICIES
           
static String PERSIST_POLICY
           
static String PERSISTENCE_MANAGER
          constant used by the 1.0 xmbean parser this defines the name of the descriptor used to designate the persistence manager that is to be used for a given XMBean
static String PP_ALWAYS
           
static String PP_NEVER
           
static String PP_NO_MORE_OFTEN_THAN
           
static String PP_ON_TIMER
           
static String PP_ON_UPDATE
           
static String PRESENTATION_STRING
           
static String PROTOCOL_MAP
           
static String RESOURCE_CLASS
          Indicates the FQN of the resource class
static String ROLE
           
static String ROLE_CONSTRUCTOR
           
static String ROLE_GETTER
           
static String ROLE_OPERATION
           
static String ROLE_SETTER
           
static String SET_METHOD
           
static String SEVERITY
           
static String SEVERITY_CRITICAL
           
static String SEVERITY_MAJOR
           
static String SEVERITY_MINOR
           
static String SEVERITY_NON_RECOVERABLE
           
static String SEVERITY_NORMAL
           
static String SEVERITY_UNKNOWN
           
static String SEVERITY_WARNING
           
static String TARGET_OBJECT
           
static String TARGET_TYPE
           
static String VISIBILITY
           
 

Field Detail

GENERIC_MODELMBEAN_NOTIFICATION

static final String GENERIC_MODELMBEAN_NOTIFICATION
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

DESCRIPTOR_TYPE

static final String DESCRIPTOR_TYPE
See Also:
Constant Field Values

CLASS

static final String CLASS
See Also:
Constant Field Values

CURRENCY_TIME_LIMIT

static final String CURRENCY_TIME_LIMIT
See Also:
Constant Field Values

DISPLAY_NAME

static final String DISPLAY_NAME
See Also:
Constant Field Values

LAST_UPDATED_TIME_STAMP

static final String LAST_UPDATED_TIME_STAMP
See Also:
Constant Field Values

LOG

static final String LOG
See Also:
Constant Field Values

LOG_FILE

static final String LOG_FILE
See Also:
Constant Field Values

PERSIST_POLICY

static final String PERSIST_POLICY
See Also:
Constant Field Values

PERSIST_PERIOD

static final String PERSIST_PERIOD
See Also:
Constant Field Values

PRESENTATION_STRING

static final String PRESENTATION_STRING
See Also:
Constant Field Values

VISIBILITY

static final String VISIBILITY
See Also:
Constant Field Values

PERSIST_LOCATION

static final String PERSIST_LOCATION
See Also:
Constant Field Values

PERSIST_NAME

static final String PERSIST_NAME
See Also:
Constant Field Values

EXPORT

static final String EXPORT
See Also:
Constant Field Values

CACHED_VALUE

static final String CACHED_VALUE
See Also:
Constant Field Values

ATTRIBUTE_VALUE

static final String ATTRIBUTE_VALUE
See Also:
Constant Field Values

DEFAULT

static final String DEFAULT
See Also:
Constant Field Values

GET_METHOD

static final String GET_METHOD
See Also:
Constant Field Values

SET_METHOD

static final String SET_METHOD
See Also:
Constant Field Values

PROTOCOL_MAP

static final String PROTOCOL_MAP
See Also:
Constant Field Values

ROLE

static final String ROLE
See Also:
Constant Field Values

TARGET_OBJECT

static final String TARGET_OBJECT
See Also:
Constant Field Values

TARGET_TYPE

static final String TARGET_TYPE
See Also:
Constant Field Values

SEVERITY

static final String SEVERITY
See Also:
Constant Field Values

MESSAGE_ID

static final String MESSAGE_ID
See Also:
Constant Field Values

PP_NEVER

static final String PP_NEVER
See Also:
Constant Field Values

PP_ON_TIMER

static final String PP_ON_TIMER
See Also:
Constant Field Values

PP_ON_UPDATE

static final String PP_ON_UPDATE
See Also:
Constant Field Values

PP_NO_MORE_OFTEN_THAN

static final String PP_NO_MORE_OFTEN_THAN
See Also:
Constant Field Values

PP_ALWAYS

static final String PP_ALWAYS
See Also:
Constant Field Values

PERSIST_POLICIES

static final String[] PERSIST_POLICIES

SEVERITY_UNKNOWN

static final String SEVERITY_UNKNOWN
See Also:
Constant Field Values

SEVERITY_NON_RECOVERABLE

static final String SEVERITY_NON_RECOVERABLE
See Also:
Constant Field Values

SEVERITY_CRITICAL

static final String SEVERITY_CRITICAL
See Also:
Constant Field Values

SEVERITY_MAJOR

static final String SEVERITY_MAJOR
See Also:
Constant Field Values

SEVERITY_MINOR

static final String SEVERITY_MINOR
See Also:
Constant Field Values

SEVERITY_WARNING

static final String SEVERITY_WARNING
See Also:
Constant Field Values

SEVERITY_NORMAL

static final String SEVERITY_NORMAL
See Also:
Constant Field Values

MBEAN_DESCRIPTOR

static final String MBEAN_DESCRIPTOR
See Also:
Constant Field Values

ATTRIBUTE_DESCRIPTOR

static final String ATTRIBUTE_DESCRIPTOR
See Also:
Constant Field Values

CONSTRUCTOR_DESCRIPTOR

static final String CONSTRUCTOR_DESCRIPTOR
See Also:
Constant Field Values

OPERATION_DESCRIPTOR

static final String OPERATION_DESCRIPTOR
See Also:
Constant Field Values

NOTIFICATION_DESCRIPTOR

static final String NOTIFICATION_DESCRIPTOR
See Also:
Constant Field Values

ROLE_CONSTRUCTOR

static final String ROLE_CONSTRUCTOR
See Also:
Constant Field Values

ROLE_GETTER

static final String ROLE_GETTER
See Also:
Constant Field Values

ROLE_SETTER

static final String ROLE_SETTER
See Also:
Constant Field Values

ROLE_OPERATION

static final String ROLE_OPERATION
See Also:
Constant Field Values

HIGH_VISIBILITY

static final String HIGH_VISIBILITY
See Also:
Constant Field Values

NORMAL_VISIBILITY

static final String NORMAL_VISIBILITY
See Also:
Constant Field Values

LOW_VISIBILITY

static final String LOW_VISIBILITY
See Also:
Constant Field Values

MINIMAL_VISIBILITY

static final String MINIMAL_VISIBILITY
See Also:
Constant Field Values

CACHE_NEVER

static final String CACHE_NEVER
See Also:
Constant Field Values

CACHE_NEVER_LIMIT

static final long CACHE_NEVER_LIMIT
See Also:
Constant Field Values

CACHE_ALWAYS

static final String CACHE_ALWAYS
See Also:
Constant Field Values

CACHE_ALWAYS_LIMIT

static final long CACHE_ALWAYS_LIMIT
See Also:
Constant Field Values

ACTION

static final String ACTION
See Also:
Constant Field Values

ACTION_INFO

static final String ACTION_INFO
See Also:
Constant Field Values

INFO

static final String INFO
See Also:
Constant Field Values

OBJECT_REF

static final String OBJECT_REF
See Also:
Constant Field Values

ALL_DESCRIPTORS

static final String ALL_DESCRIPTORS
A convenience constant to use with getDescriptors() to return the descriptors of all management interface elements (a null string).


LAST_RETURNED_TIME_STAMP

static final String LAST_RETURNED_TIME_STAMP
See Also:
Constant Field Values

LAST_UPDATED_TIME_STAMP2

static final String LAST_UPDATED_TIME_STAMP2
used to mark the update (set) of an ATTRIBUTE_VALUE

See Also:
Constant Field Values

INTERCEPTORS

static final String INTERCEPTORS
See Also:
Constant Field Values

PERSIST_INFO

static final String PERSIST_INFO
Indicates whether MBean Info should be stored.

See Also:
Constant Field Values

RESOURCE_CLASS

static final String RESOURCE_CLASS
Indicates the FQN of the resource class

See Also:
Constant Field Values

PERSISTENCE_MANAGER

static final String PERSISTENCE_MANAGER
constant used by the 1.0 xmbean parser this defines the name of the descriptor used to designate the persistence manager that is to be used for a given XMBean

See Also:
Constant Field Values

OBJECT_NAME

static final String OBJECT_NAME
Used to store the JMX ObjectName of the MBean, so it can be referenced by subsystem that may need it

See Also:
Constant Field Values

DELEGATING_PM_SERVICE_DESCRIPTOR

static final String DELEGATING_PM_SERVICE_DESCRIPTOR
Extended descriptor used in conjuction with DelegatingPersistenceManager to specify an external MBean service that will be used as a factory for creating AttributePersistenceManager objects. If the descriptor is not specified, the ObjectName below will be used as the default.

See Also:
Constant Field Values

DELEGATING_PM_SERVICE_DEFAULT_VALUE

static final String DELEGATING_PM_SERVICE_DEFAULT_VALUE
See Also:
Constant Field Values

DELEGATING_PM_OPERATION_DESCRIPTOR

static final String DELEGATING_PM_OPERATION_DESCRIPTOR
Extended descriptor used in conjuction with DelegatingPersistenceManager to specify the operation name that will be called on the external MBean service for creating AttributePersistenceManager objects. If the descriptor is not specified, the default will apply

See Also:
Constant Field Values

DELEGATING_PM_OPERATION_DEFAULT_VALUE

static final String DELEGATING_PM_OPERATION_DEFAULT_VALUE
See Also:
Constant Field Values

MBEAN_SERVER_INJECTION_TYPE

static final String MBEAN_SERVER_INJECTION_TYPE
The MBeanServer injection id type

See Also:
Constant Field Values

MBEAN_INFO_INJECTION_TYPE

static final String MBEAN_INFO_INJECTION_TYPE
The MBeanInfo injection id type

See Also:
Constant Field Values

OBJECT_NAME_INJECTION_TYPE

static final String OBJECT_NAME_INJECTION_TYPE
The ObjectName injection id type

See Also:
Constant Field Values

IS_READABLE

static final boolean IS_READABLE
See Also:
Constant Field Values

IS_WRITABLE

static final boolean IS_WRITABLE
See Also:
Constant Field Values

IS_IS

static final boolean IS_IS
See Also:
Constant Field Values


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.