Class | Description |
---|---|
AdminAdapter |
Listen to admin commands...
|
AdminCommandInstanceImpl |
Represents running (or finished) command instance.
|
AdminConsoleConfigUpgrade |
Adds the needed message-security-config information to domain.xml
during an upgrade from a v2.X server.
|
AdminRESTConfigUpgrade |
Adds the needed http.setEncodedSlashEnabled to domain.xml
during an upgrade from a v2.X server.
|
AppServerMBeanServerBuilder |
AppServer MBSBuilder for PE set as the value for javax.management.initial.builder
in the environment.
|
CheckpointHelper |
This class is starting point for persistent CheckpointHelper, and currently only
persists and restores AdminCommandContext with payloads in separate files.
|
CheckpointHelper.CheckpointFilename | |
CLIUtil | |
CommandRunnerImpl |
Encapsulates the logic needed to execute a server-side command (for example,
a descendant of AdminCommand) including injection of argument values into the
command.
|
CompletedJob |
This class stores some data about long running jobs which have completed
It stores job,id,the time of completion
the location of the jobs file
|
CreateProfiler |
Create Profiler Command
|
CreateSystemProperties |
Create System Properties Command
Adds or updates one or more system properties of the domain, configuration,
cluster, or server instance
Usage: create-system-properties [--terse=false] [--echo=false] [--interactive=true]
[--host localhost] [--port 4848|4849] [--secure|-s=true] [--user admin_user]
[--passwordfile file_name] [--target target(Default server)] (name=value)[:name=value]*
|
DeleteProfiler |
Delete JDBC Resource command
|
DeleteSystemProperty |
Delete System Property Command
Removes one system property of the domain, configuration, cluster, or server
instance, at a time
Usage: delete-system-property [--terse=false] [--echo=false] [--interactive=true]
[--host localhost] [--port 4848|4849] [--secure|-s=true] [--user admin_user] [
--passwordfile file_name] [--target target(Default server)] property_name
|
DumpHK2Command |
Dumps the currently configured HK2 modules and their contents.
|
DynamicInterceptor |
This Interceptor wraps the real MBeanServer so that additional interceptor code can be
"turned on" at a later point.
|
GenerateBashAutoCompletionCommand | |
GetCommand |
User: Jerome Dochez
Date: Jul 10, 2008
Time: 12:17:26 AM
|
GetHabitatInfo |
Dumps a sorted list of all registered Contract's in the Habitat
|
GetHabitatInfo.Validator | |
GetRestartRequiredCommand |
Return the "restart required" flag.
|
HibernateValidationProviderResolver | |
IdmService |
An implementation of the @link {IdentityManagement} that manages the password needs of the server.
|
InserverCommandRunnerHelper |
Allows commands executing in the DAS or an instance to invoke other
commands in the same server.
|
JobAuthorizationAttributeProcessor |
Attaches a user attribute to job resources for authorization.
|
JobCleanUpService |
This is an hk2 service which will clear all expired and inactive jobs
|
JobCreatorService |
This service implements the
JobCreator and is
used for creating Jobs |
JobFileScanner |
This service will scan for all jobs.xml
|
JobLocatorService |
This service will look for completed jobs from the jobs.xml
files and load the information
|
JobManagerService |
This is the implementation for the JobManagerService
The JobManager is responsible
1.
|
JobPersistenceService |
This service persists information for managed jobs to the file
|
ListCommand |
User: Jerome Dochez
Date: Jul 12, 2008
Time: 1:27:53 AM
|
ListCommandDescriptorsCommand |
Create data structures that describe the command.
|
ListCommandsCommand |
Simple admin command to list all existing commands.
|
ListContainersCommand |
This admin command list the containers currentely running within that
Glassfish instance
|
ListModulesCommand |
List the modules available to this instance and their status
|
ListSystemProperties |
List System Properties Command
Lists the system properties of the domain, configuration, cluster, or server instance
Usage: lists-system-properties [--terse={true|false}][ --echo={true|false} ]
[ --interactive={true|false} ] [ --host host] [--port port] [--secure| -s ]
[ --user admin_user] [--passwordfile filename] [--help] [target_name]
|
LocalPasswordImpl |
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.
|
LocationsCommand |
Locations command to indicate where this server is installed.
|
MbeanService | |
MonitoringReporter | |
ObjectInputStreamForClassloader |
ObjectInputStream implementation with possibility to provide primary class
loader.
|
ObjectInputStreamWithServiceLocator |
This subclass of ObjectInputStream uses HK2 to lookup classes not resolved by
default ClassLoader.
|
PrivateAdminAdapter |
Admin adapter for private glassfish commands.
|
PublicAdminAdapter |
Adapter for public administrative commands.
|
RestartDomainCommand |
For non-verbose mode:
Stop this server, spawn a new JVM that will wait for this JVM to die.
|
RestartServer |
For non-verbose mode: Stop this server, spawn a new JVM that will wait for this JVM to die.
|
RuntimeInfo |
https://glassfish.dev.java.net/issues/show_bug.cgi?id=12483
|
SetCommand |
User: Jerome Dochez Date: Jul 11, 2008 Time: 4:39:05 AM
|
StopDomainCommand |
AdminCommand to stop the domain execution which mean shuting down the application
server.
|
StopServer |
A class to house identical code for stopping instances and DAS
|
SupplementalCommandExecutorImpl |
An executor that executes Supplemental commands means for current command
|
UptimeCommand |
uptime command
Reports on how long the server has been running.
|
V2DottedNameSupport |
Utility class for all V2 style related dotted names commands.
|
VersionCommand |
Return the version and build number
|
Enum | Description |
---|---|
MonitoringReporter.OutputType |
Exception | Description |
---|---|
ProcessHttpCommandRequestException |
Inform, that HttpCommandExecution has problem.
|
Annotation Type | Description |
---|---|
GetHabitatInfo.Constraint |
Copyright © 2019. All rights reserved.