|
Class Summary |
| AdminAdapter |
Listen to admin commands... |
| 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. |
| 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. |
| 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. |
| 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 |
| GetRestartRequiredCommand |
Return the "restart required" flag. |
| 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. |
| 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 |
|
| 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 |