Package org.glassfish.config.support


package org.glassfish.config.support
  • Class
    Description
     
    CommandTarget is an enumeration of valid configuration target for a command execution
    Listens to config bean creation.
    Listens for changes to the Config for the current server and adds an index for the name ServerEnvironment.DEFAULT_INSTANCE_NAME to any objects that are added.
    Service to lock the configuration elements for a particular domain configuration.
    Contract defining services capable of persisting the configuration.
    Shared constants for config-beans packages
    Create command annotation.
    CreationDecorator<T extends org.jvnet.hk2.config.ConfigBeanProxy>
    An element decorator decorates a newly added configuration element, usually added through the generic create command implementation.
    Default implementation of a decorator that does nothing.
    A config resolver is responsible for finding the target object of a specified type on which a creation command invocation will be processed.
     
    Upgrade service to add the default-config if it doesn't exist.
    Delete command annotation A method annotated with the Delete annotation will generate a generic implementation of a delete administrative command responsible for delete instances of the type as referenced by the annotated method.
    DeletionDecorator<T extends org.jvnet.hk2.config.ConfigBeanProxy,U extends org.jvnet.hk2.config.ConfigBeanProxy>
    A decorator for acting upon a configuration element deletion.
     
    Locates and parses the portion of domain.xml that we care.
    Generic create command implementation.
    services pertinent to generic CRUD command implementations
    Implementation of the generic delete command
    Generic list command implementation.
    Translated view of a configured objects where values can be represented with a @{xx.yy.zz} name to be translated using a property value translator.
    plug our Dom implementation
     
     
     
    List command annotation.
    List command column annotation.
    Utility for getting the value of a system-property of an instance, particularly for an instance that is not the current running instance.
    Annotation that qualifies a configuration element that can only exist as a singleton in the configuration tree.
    Upgrade service to add the new 3.1 system properties to the config elements (except DAS config, server-config) in existing domain.xml: <system-property name="ASADMIN_LISTENER_PORT" value="24848"></system-property> <system-property name="OSGI_SHELL_TELNET_PORT" value="26666"></system-property> <system-property name="JAVA_DEBUGGER_PORT" value="29009"></system-property> Use the same prefix as the config's system property HTTP_LISTENER_PORT if it exists.
     
    Resolver based on a supplied target parameter (with a possible default value).
    Target type annotation defines valid target configuration elements for the annotated command type.
    a extensible mechanism to define new configuration targets
    View that translate configured attributes containing properties like ${foo.bar} into system properties values.
    Resolver based on type + name.
    Simple extension to java beans events to support notification for adding/removing indexed properties.
     
    Support class for sending vetoable events.
    Resolver for an un-named type.