Class AMXConfigConstants


  • @Taxonomy(stability=UNCOMMITTED)
    public final class AMXConfigConstants
    extends Object
    • Field Detail

      • DESC_CONFIG_PREFIX

        public static final String DESC_CONFIG_PREFIX
        prefix for all Descriptor fields for config
        See Also:
        Constant Field Values
      • DESC_ANNOTATION_PREFIX

        public static final String DESC_ANNOTATION_PREFIX
        prefix for all Descriptor fields for config
        See Also:
        Constant Field Values
      • DESC_KIND

        public static final String DESC_KIND
        Descriptor: annotation type (full classname): HK2 @Attribute, @Element, @DuckTyped
        See Also:
        Constant Field Values
      • DESC_ELEMENT_CLASS

        public static final String DESC_ELEMENT_CLASS
        Descriptor: class of items in an @Element collection (fully-qualified class name)
        See Also:
        Constant Field Values
      • DESC_XML_NAME

        public static final String DESC_XML_NAME
        Descriptor: the xml name as found in domain.xml
        See Also:
        Constant Field Values
      • DESC_DATA_TYPE

        public static final String DESC_DATA_TYPE
        Descriptor: classname of data type (@Attribute only)
        See Also:
        Constant Field Values
      • DESC_DEFAULT_VALUE

        public static final String DESC_DEFAULT_VALUE
        Descriptor: default value, omitted if none
        See Also:
        Constant Field Values
      • DESC_KEY

        public static final String DESC_KEY
        Descriptor: true | false: whether this is the primary key (name)
        See Also:
        Constant Field Values
      • DESC_REQUIRED

        public static final String DESC_REQUIRED
        Descriptor: true | false if this is required (implied if 'key')
        See Also:
        Constant Field Values
      • DESC_REFERENCE

        public static final String DESC_REFERENCE
        Descriptor: true | false whether this is a reference to another element
        See Also:
        Constant Field Values
      • DESC_VARIABLE_EXPANSION

        public static final String DESC_VARIABLE_EXPANSION
        Descriptor: true | false whether variable expansion should be supplied
        See Also:
        Constant Field Values
      • DESC_NOT_NULL

        public static final String DESC_NOT_NULL
        Descriptor: true | false whether this field is required to be non-null
        See Also:
        Constant Field Values
      • DESC_PATTERN_REGEX

        public static final String DESC_PATTERN_REGEX
        Descriptor: true | false whether variable expansion should be supplied
        See Also:
        Constant Field Values
      • CONFIG_CREATED_NOTIFICATION_TYPE

        public static final String CONFIG_CREATED_NOTIFICATION_TYPE
        The type of the Notification emitted when a config element is created.
        See Also:
        Constant Field Values
      • CONFIG_REMOVED_NOTIFICATION_TYPE

        public static final String CONFIG_REMOVED_NOTIFICATION_TYPE
        The type of the Notification emitted when a config element is removed.
        See Also:
        Constant Field Values
      • CONFIG_OBJECT_NAME_KEY

        public static final String CONFIG_OBJECT_NAME_KEY
        The key within the Notification's Map of type CONFIG_REMOVED_NOTIFICATION_TYPE which yields the ObjectName of the created or removed config.
        See Also:
        Constant Field Values
      • AMX_CONFIG_READY_FEATURE

        public static final String AMX_CONFIG_READY_FEATURE
        feature stating that the AMXConfig is ready for use after having been started. Data is the ObjectName of the DomainConfig MBean
        See Also:
        Constant Field Values