All Classes and Interfaces

Class
Description
 
Access log configuration.
 
Admin Service exists in every instance.
 
 
Represents the <application-config> child element of <application-ref>.
 
Tag interface to extend the application configuration.
 
 
References to applications deployed to the server instance
 
 
 
Records information about a tenant provisioned for a given application.
 
 
 
An audit-module specifies an optional plug-in module which implements audit capabilities.
 
The auth-realm element defines and configures one authentication realm.
 
 
Tag interface to extend the availability-service configuration.
 
 
 
 
A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
 
 
Super interface for any extension element to the Cluster configuration.
 
 
Element relating a reference to a cluster to be load balanced to an (optional) health-checker
 
Clusters configuration.
 
CommandTarget is an enumeration of valid configuration target for a command execution
The configuration defines the configuration of a server instance that can be shared by other server instances.
Logger information for the config-api module.
Carries the default configuration values for a ConfigBeanProxy
 
Listens to config bean creation.
Bunch of utility methods for the new serverbeans config api based on jaxb.
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.
Will carry a set of four strings which will be used during domain creation to find what initial values are required by a config bean to acquire them during the domain creation process.
 
 
This is a marker interface to mark the interfaces which are involved in managing parts of the domain.xml.
create the default ejb-container configbean when non exists and an injection point requires it.
Contains utility methods for zero-config
 
 
 
 
This is a class to create the ConfigBeanProxy from the xml an xml snippet
Contract defining services capable of persisting the configuration.
populate the a DomDocument from the given configuration snippet file containing a config bean configuration.
Shared constants for config-beans packages
ContextRootCheck constraint to verify a context root attribute is not a duplicate for a virtual server.
Validation logic for ContextRootCheck constraint
This is the abstract class which will be used by the config beans Cluster and Server classes to copy the default-configs
Create command annotation.
A remote command to create the default configuration for a given service using the snippets available in the relevant module.
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.
 
Contract annotation to mark any config bean which accepts customization values during domain creation.
 
A factory that creates a CustomizationTokensProvider so that it could be used to create list of customization tokens
 
 
Upgrade service to add the default-config if it doesn't exist. 3.0.1 and v2.x developer profile do not have default-config.
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.
A remote command to delete a module's configuration.
DeletionDecorator<T extends org.jvnet.hk2.config.ConfigBeanProxy,U extends org.jvnet.hk2.config.ConfigBeanProxy>
A decorator for acting upon a configuration element deletion.
 
 
Tag interface to extend the DiagnosticService configuration.
 
 
Top level Domain Element that includes applications, resources, configs, servers, clusters and node-agents, load balancer configurations and load balancers.
Tag interface to extend the domain configuration Any implementation of this interface will be stored under the domain.xml root domain element.
 
Resolver for an DomainExtension type.
 
Locates and parses the portion of domain.xml that we care.
 
 
This is to integrate the whole getExtensionByType with the config modularity irrelevant of the invocation point.
failure-detection enables its members to periodically monitor other group members to determine their availability in the group. group-discovery is used for discovery of group & its members. failure-detection.verify-failure-timeout-in-millis verifies suspect instances by adding a verification layer to mark failure suspicion as a confirmed failure.
 
 
 
 
 
Generic create command implementation.
services pertinent to generic CRUD command implementations
Implementation of the generic delete command
Generic list command implementation.
Get the current active configuration of a service and print it out for the user's review.
The main driver to make the getset commands compatible with the config modularity.
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
 
Group-management-service(GMS) is an in-process service that provides cluster monitoring and group communication services.
 
 
To annotated the config beans that cannot have default configuration value build by the generic configuration creation mechanism.
Each cluster would be configured for a ping based health check mechanism.
 
 
 
 
 
 
Parameters for the remote instance register instance command, which includes params from _create-node and _register-instance
 
 
Defines the standard JACC properties used for setting up the JACC provider.
 
User-defined constraint to check if an attribute is a valid Java class name The class name can be a fully qualified classname inlcuding its package name
Implementation for the user-defined constraint annotation @JavaClassName
Java Runtime environment configuration.
 
 
 
The jmx-connector element defines the configuration of a JSR 160 compliant remote JMX Connector.
 
Factored out the list of jvm-options from at least two other interfaces that have them: java-config and profiler.
 
 
Connects a specific listener class with specific managed objects
 
List command annotation.
List command column annotation.
By default, logs would be kept in $INSTANCE-ROOT/logs.
 
This config bean will define parameters for Managed jobs A Managed job is a commands which is annotated with either @ManagedJob,@Progress or running with --detach
 
Note on the Name of the MBean : It is a String that represents the name of the MBean.
 
Defines the message layer specific provider configurations of the application server.
 
Tag Interface for any module
ModuleConfigurationLoader<C extends org.jvnet.hk2.config.ConfigBeanProxy,U extends org.jvnet.hk2.config.ConfigBeanProxy>
Containing shared functionalists between different derived classes like ConfigSnippetLoader and so on.
 
 
 
 
 
 
 
 
 
 
 
A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
 
 
SE/EE Node Controller.
 
 
 
 
Nodes configuration.
 
Represents an integer from 0 to Integer.MAX_VALUE.
NotDuplicateTargetName class-level constraint to verify that the name attribute is not already in use by another target (cluster, instance, node, config).
Validation logic for NotDuplicateTargetName constraint
NotTargetKeyword constraint to verify a name attribute is not a reserved word like 'domain'.
Validation logic for NotTargetKeyword constraint
Represents a network port on a machine.
Port base utilities used by create-local-instance.
 
Hiding place for the remarkably complex logic of assigning ports to instances GUARANTEE -- the only thing thrown from here is TransactionFailure
 
Represents an integer from 1 to Integer.MAX_VALUE.
Profilers could be one of jprobe, optimizeit, hprof, wily and so on.
 
Utility for getting the value of a system-property of an instance, particularly for an instance that is not the current running instance.
The provider-config element defines the configuration of an authentication provider.
 
 
A domain.xml reference.
An Application or Resource reference container object.
 
Annotated ConfigBeanProxy class contains at least one String field, which value must point to key attribute of some other existing ConfigBeanProxy instance.
Use ReferenceConstraint.RemoteKey annotation on appropriate getters to define such fields.
This constraint is supported for ConfigBeanProxy only.
This annotation gets set only on getter method and in combination with ReferenceConstraint annotation on the class.
 
 
Parameters for the _register-instance command
 
Used to define the authentication policy requirements associated with the request processing performed by an authentication provider (i.e. when a client provider's ClientAuthModule.initiateRequest() method is called or when a server provider's ServerAuthModule.validateRequest() method is called).
 
Tag interface for all types of resource.
 
 
 
 
This is an abstraction for a resource that refers a resource-pool.
 
 
Applications can lookup resources registered in the server.
 
Used to define the authentication policy requirements associated with the response processing performed by an authentication provider (i.e. when a client provider's ClientAuthModule.validateResponse() method is called or when a server provider's ServerAuthModule.secureResponse() method is called).
 
Represents the admin security settings for the domain.
Definition of some utility behavior that needs to be invoked from config classes in admin/config-api but implemented elsewhere (in a module with dependencies that we do not want to add to admin/config-api).
An exception indicating a user-correctable error that occurred as a secure admin command executed.
 
Records information about a username/password-alias pair to be used for authentication internally among GlassFish processes (DAS to instance, for example).
 
 
Represents a security Principal, identified using an SSL cert, that is authorized to perform admin operations.
Invoked during creation of a new SecureAdminPrincipal.
Resolves using the type and any name, with no restrictions on the name and with an optional mapping from a cert alias to the name.
 
The security service element defines parameters and configuration information needed by the core Jakarta security service.
 
Jakarta EE Application Server Configuration.
 
 
The Server.java file is getting pretty bloated.
 
 
 
Tag interface for all types of resource.
 
List of configured servers.
 
 
Annotation that qualifies a configuration element that can only exist as a singleton in the configuration tree.
 
 
A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
 
A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
 
Specifies the SSL configuration when the Application Server is making outbound IIOP/SSL connections.
 
Element describing the system-applications in domain.xml
 
Syntax for supplying system properties as name value pairs.
Base interface for those configuration objects that has nested <system-property> elements.
 
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.
Tag interface for VirtualMachine configuration.
 
Configuration of Virtual Server