Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
lists existing schedules
list-schedules [--help]
[--long[={false|true}]]
[schedule-name]
The list-schedules
subcommand lists existing schedules.
This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--long
-l
Provides detailed information about the listed schedules.
The default value is false
.
Restricts the listing to the named schedule.
This example uses the --long
option to display detailed information about all existing schedules.
asadmin> list-schedules --long
NAME SECOND MINUTE HOUR DAY OF WEEK DAY OF MONTH MONTH YEAR
daily 0 0 0 * * * *
weekly 0 0 0 Sun * * *
monthly 0 0 0 * 1 * *
Command list-schedules executed successfully.
subcommand executed successfully
error in executing the subcommand