See: Description
| Interface | Description |
|---|---|
| JVMInformationMBean |
An interface to get the information about the JVM which the appserver is running.
|
| Class | Description |
|---|---|
| AttachCommand |
Gets CommandInstance from registry based on given id and forwards all events.
|
| CLIUtil | |
| ConfigureManagedJobs |
This command manages configured jobs
Managed jobs are commands which are annotated with @ManagedJob ,@Progress
or running with --detach
You can configure the job retention period, job inactivity period,initial-delay,poll-interval
persisting options for those jobs which will be used by the Job Manager
to purge the jobs according to the criteria specified.
|
| CreateJvmOptions |
Creates given JVM options in server's configuration.
|
| CreateThreadpool |
Create Thread Pool Command
|
| DeleteJvmOptions |
Deletes given JVM options in server's configuration.
|
| DeleteThreadpool | |
| GenerateJvmReportCommand |
Implements the front end for generating the JVM report.
|
| GetPayloadCommand |
Retrieve outbound payload from finished managed job.
|
| JVMInformation | |
| JVMInformationCollector | |
| ListJobsCommand |
This command will list the jobs related information
Currently it prints the jobId, name, time of execution,user and the state
|
| ListJvmOptions |
Lists the JVM options configured in server's configuration.
|
| ListThreadpools |
List Thread Pools command
|
| LogReporter |
Provides the logging information of all the loggers registered in the VM.
|
Copyright © 2017. All rights reserved.