Uses of Package
org.glassfish.config.support

Packages that use org.glassfish.config.support
com.sun.enterprise.config.serverbeans   
org.glassfish.config.support   
 

Classes in org.glassfish.config.support used by com.sun.enterprise.config.serverbeans
Create
          Create command annotation.
CreationDecorator
          An element decorator decorates a newly added configuration element, usually added through the generic create command implementation.
CrudResolver
          A config resolver is responsible for finding the target object of a specified type on which a creation command invocation will be processed.
Delete
          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
          A decorator for acting upon a configuration element deletion.
Listing
          List command annotation.
 

Classes in org.glassfish.config.support used by org.glassfish.config.support
BaseLegacyConfigurationUpgrade
           
CommandTarget
          CommandTarget is an enumeration of valid configuration target for a command execution
CreationDecorator
          An element decorator decorates a newly added configuration element, usually added through the generic create command implementation.
CrudResolver
          A config resolver is responsible for finding the target object of a specified type on which a creation command invocation will be processed.
DeletionDecorator
          A decorator for acting upon a configuration element deletion.
GenericCrudCommand
          services pertinent to generic CRUD command implementations
GlassFishConfigBean
          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.
TargetBasedResolver
          Resolver based on a supplied target parameter (with a possible default value).
TargetValidator
          a extensible mechanism to define new configuration targets
TypedChangeEvent.Type
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.