| Interface | Description |
|---|---|
| ConfigBeanListener |
Listens to config bean creation.
|
| ConfigurationAccess |
Service to lock the configuration elements for a particular domain
configuration.
|
| ConfigurationPersistence |
Contract defining services capable of persisting the configuration.
|
| 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.
|
| 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<T extends org.jvnet.hk2.config.ConfigBeanProxy,U extends org.jvnet.hk2.config.ConfigBeanProxy> |
A decorator for acting upon a configuration element deletion.
|
| TargetValidator |
a extensible mechanism to define new configuration targets
|
| Class | Description |
|---|---|
| BaseLegacyConfigurationUpgrade | |
| ConfigConfigBeanListener |
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.
|
| Constants |
Shared constants for config-beans packages
|
| CreationDecorator.NoDecoration |
Default implementation of a decorator that does nothing.
|
| CrudResolver.DefaultResolver | |
| DefaultConfigUpgrade |
Upgrade service to add the default-config if it doesn't exist.
|
| DeletionDecorator.NoDecoration | |
| DomainXml |
Locates and parses the portion of domain.xml that we care.
|
| GenericCreateCommand |
Generic create command implementation.
|
| GenericCrudCommand |
services pertinent to generic CRUD command implementations
|
| GenericDeleteCommand |
Implementation of the generic delete command
|
| GenericListCommand |
Generic list command implementation.
|
| 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.
|
| GlassFishDocument |
plug our Dom implementation
|
| GrizzlyConfigSchemaMigrator | |
| HttpServicePropertiesUpgrade | |
| IntrospectionUtils | |
| PropertyResolver |
Utility for getting the value of a system-property of an instance, particularly
for an instance that is not the current running instance.
|
| SystemPropertyUpgrade |
Upgrade service to add the new 3.1 system properties to the config elements
(except DAS config, server-config) in existing domain.xml:
|
| TargetAndNameBasedResolver | |
| TargetBasedResolver |
Resolver based on a supplied target parameter (with a possible default
value).
|
| TranslatedConfigView |
View that translate configured attributes containing properties like ${foo.bar}
into system properties values.
|
| TypeAndNameResolver |
Resolver based on type + name.
|
| TypedChangeEvent |
Simple extension to java beans events to support notification for adding/removing indexed properties.
|
| TypedVetoableChangeSupport |
Support class for sending vetoable events.
|
| TypeResolver |
Resolver for an un-named type.
|
| Enum | Description |
|---|---|
| CommandTarget |
CommandTarget is an enumeration of valid configuration target for a command execution
|
| TypedChangeEvent.Type |
| Annotation Type | Description |
|---|---|
| Create |
Create command annotation.
|
| 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.
|
| Listing |
List command annotation.
|
| ListingColumn |
List command column annotation.
|
| Singleton |
Annotation that qualifies a configuration element that can only exist
as a singleton in the configuration tree.
|
| TargetType |
Target type annotation defines valid target configuration elements for the annotated
command type.
|
Copyright © 2013. All Rights Reserved.