Uses of Package
org.glassfish.config.support
-
Classes in org.glassfish.config.support used by com.sun.enterprise.config.modularity Class Description Singleton Annotation that qualifies a configuration element that can only exist as a singleton in the configuration tree. -
Classes in org.glassfish.config.support used by com.sun.enterprise.config.modularity.command Class Description TargetType Target type annotation defines valid target configuration elements for the annotated command type. -
Classes in org.glassfish.config.support used by com.sun.enterprise.config.serverbeans Class Description 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 Class Description BaseLegacyConfigurationUpgrade CommandTarget CommandTarget is an enumeration of valid configuration target for a command executionCreationDecorator 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 implementationsGlassFishConfigBean 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 targetsTypedChangeEvent.Type