| Interface | Description |
|---|---|
| AdminAccessController |
Determines the behavior of administrative access to GlassFish v3.
|
| ClassLoaderHierarchy |
This class is responsible foe creation of class loader hierarchy
of an application.
|
| ConnectorClassLoaderService |
We support two policies:
1.
|
| DelegatingClassLoader.ClassFinder |
findClass method of ClassLoader is usually a protected method.
|
| DomainUpgrade |
Such service implementations are invoked when the domain directory
is upgraded following a upgrade event.
|
| InternalSystemAdministrator |
Represents an internal system admin.
|
| JAXRPCCodeGenFacade |
This interface acts as a facade
for generating all non portable
jax-rpc artifacts for a single .ear or standalone module
It will be used for webservice clients
|
| LocalPassword |
Manage a local password, which is a cryptographically secure random number
stored in a file with permissions that only allow the owner to read it.
|
| LogManager | |
| MQInitializer |
This class provides a contract to initialize the MQ broker
|
| ORBLocator |
Contract for ORB provider.
|
| Privacy |
Denotes anything private.
|
| Private |
Denotes anything private (not visible to users, meant for internal
administration/containers functionalilties).
|
| Public |
Denotes anything public meant for users'consumption.
|
| RestInterfaceUID |
Interface to get REST Interface UID.
|
| ServerContext |
ServerContext interface: the server-wide runtime environment created by
ApplicationServer and shared by its subsystems such as the web container
or EJB container.
|
| UndoableCommand |
Interface that augment the AdminCommand responsibilities by adding the ability
to undo a previously successful execution of an administrative command.
|
| Class | Description |
|---|---|
| DelegatingClassLoader |
This classloader has a list of classloaders called as delegates
that it uses to find classes.
|
| EmbeddedSystemAdministrator |
Implements the internal system administrator contract for embedded
internal command submissions.
|
| Globals |
Very sensitive class, anything stored here cannot be garbage collected
|
| Globals.GlobalsInitializer |
The point of this service is to ensure that the Globals
service is properly initialized by the RunLevelService
at the InitRunLevel.
|
| InternalLoggerInfo |
Logger information for the internal-api module.
|
| RelativePathResolver |
The purpose of this class is to expand paths that contain embedded
system properties of the form ${property-name}.
|
| SharedSecureRandom |
An utility class that supplies an Initialized SecureRandom.
|
| Target |
| Enum | Description |
|---|---|
| AdminAccessController.Access |
Represents the possible types of access granted as the result of
logging in as an admin user.
|
| Exception | Description |
|---|---|
| RemoteAdminAccessException |
| Annotation Type | Description |
|---|---|
| InitRunLevel |
The meta annotation representing the Init RunLevel.
|
| PostStartupRunLevel |
The meta annotation representing the
PostStartup RunLevel. |
| Visibility |
Defines a component visibility.
|
Copyright © 2017. All rights reserved.