Interface | Description |
---|---|
AccessLog |
Access log configuration
|
AdminService |
Admin Service exists in every instance.
|
Application |
Interface to hold details of an application
|
ApplicationConfig |
Represents the <application-config> child element of <application-ref>.
|
ApplicationExtension |
Tag interface to extend the application configuration
Any implementation of this interface will be stored under the domain.xml
application element.
|
ApplicationRef |
References to applications deployed to the server instance
|
Applications | |
AppTenant |
Records information about a tenant provisioned for a given application.
|
AppTenants | |
AuditModule |
An audit-module specifies an optional plug-in module which implements audit
capabilities.
|
AuthRealm | |
AvailabilityService | |
AvailabilityServiceExtension |
Tag interface to extend the availability-service configuration
Any implementation of this interface will be stored under the domain.xml
availability-service element.
|
BindableResource |
??Representation of a resource in the domain.xml file
|
Cluster |
A cluster defines a homogeneous set of server instances that share the same
applications, resources, and configuration.
|
ClusterExtension |
Super interface for any extension element to the
Cluster configuration |
ClusterRef |
Element relating a reference to a cluster to be load balanced to an
(optional) health-checker
|
Clusters |
Clusters configuration.
|
Config |
The configuration defines the configuration of a server instance that can be
shared by other server instances.
|
ConfigLoader |
This is a marker interface to mark the interfaces which are involved in managing parts of the domain.xml.
|
Configs | |
DasConfig | |
DiagnosticService | |
DiagnosticServiceExtension |
Tag interface to extend the DiagnosticService configuration
Any implementation of this interface will be stored under the domain.xml
diagnostic-service element.
|
Domain |
Top level Domain Element that includes applications, resources, configs,
servers, clusters and node-agents, load balancer configurations and load
balancers.
|
DomainExtension |
Tag interface to extend the domain configuration
Any implementation of this interface will be stored under the domain.xml
root domain element.
|
Engine | |
FailureDetection |
failure-detection enables its members to periodically monitor other
group members to determine their availability in the group.
|
GroupManagementService |
group-management-service(GMS) is an in-process service that provides cluster
monitoring and group communication services.
|
HealthChecker |
Each cluster would be configured for a ping based health check mechanism
|
HttpAccessLog | |
HttpService | |
JaccProvider |
Defines the standard JACC properties used for setting up the JACC provider.
|
JavaConfig |
Java Runtime environment configuration
|
JmxConnector |
The jmx-connector element defines the configuration of a JSR 160 compliant
remote JMX Connector.
|
JvmOptionBag |
Factored out the list of jvm-options from at least two other interfaces that have them: java-config and profiler.
|
ListenerConfig |
Connects a specific listener class with specific managed objects
|
LogService |
By default, logs would be kept in $INSTANCE-ROOT/logs.
|
ManagedJobConfig |
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
|
Mbean |
Note on the Name of the MBean :
It is a String that represents the name of the MBean.
|
MessageSecurityConfig |
Defines the message layer specific provider configurations of the application
server.
|
Module |
Tag Interface for any module
|
ModuleLogLevels | |
ModuleMonitoringLevels | |
MonitoringService | |
Node |
A cluster defines a homogeneous set of server instances that share the same
applications, resources, and configuration.
|
NodeAgent |
SE/EE Node Controller.
|
NodeAgents | |
Nodes |
Nodes configuration.
|
Profiler |
Profilers could be one of jprobe, optimizeit, hprof, wily and so on
jvm-options and property elements are used to record the settings needed to
get a particular profiler going.
|
ProviderConfig |
The provider-config element defines the configuration of an authentication provider
A provider-config with no contained request-policy or response-policy
sub-elements, is a null provider.
|
Ref |
A domain.xml reference
|
RefContainer |
An application or Resource reference container object.
|
RequestPolicy |
Used to define the authentication policy requirements associated with the
request processing performed by an authentication provider (i.e.
|
Resource |
Tag interface for all types of resource.
|
ResourcePool | |
ResourcePoolReference |
This is an abstraction for a resource that refers a resource-pool.
|
ResourceRef | |
Resources |
Applications can lookup resources registered in the server.
|
ResponsePolicy |
Used to define the authentication policy requirements associated with the
response processing performed by an authentication provider (i.e.
|
SecureAdmin | |
SecureAdminHelper |
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).
|
SecureAdminInternalUser |
Records information about a username/password-alias pair to be
used for authentication internally among GlassFish processes (DAS to instance, for
example).
|
SecureAdminPrincipal | |
SecurityService |
The security service element defines parameters and configuration information
needed by the core J2EE security service.
|
Server |
Java EE Application Server Configuration
Each Application Server instance is a Java EE compliant container.
|
ServerRef | |
ServerResource |
Tag interface for all types of resource.
|
Servers |
List of configured servers.
|
SshAuth |
A cluster defines a homogeneous set of server instances that share the same
applications, resources, and configuration.
|
SshConnector |
A cluster defines a homogeneous set of server instances that share the same
applications, resources, and configuration.
|
SslClientConfig |
Specifies the SSL configuration when the Application Server is making
outbound IIOP/SSL connections.
|
SystemApplications |
Element describing the system-applications in domain.xml
|
SystemProperty |
Syntax for supplying system properties as name value pairs
|
SystemPropertyBag |
Base interface for those configuration objects that has nested <system-property> elements.
|
ThreadPools | |
VirtualMachineExtension |
Tag interface for VirtualMachine configuration.
|
VirtualServer |
Configuration of Virtual Server
Virtualization in Application Server allows multiple URL domains to be served by the same HTTP server process, which
is listening on multiple host addresses If an application is available at two virtual servers, they still share same
physical resource pools, such as JDBC connection pools.
|
Exception | Description |
---|---|
SecureAdminHelper.SecureAdminCommandException |
An exception indicating a user-correctable error that occurred as
a secure admin command executed.
|
Copyright © 2018. All rights reserved.