Class StartDatabaseCommand

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct

    @Service(name="start-database")
    @PerLookup
    public final class StartDatabaseCommand
    extends DatabaseCommand
    start-database command This command class will invoke DBControl to first ping if the database is running. If not then it will start the database. If the database is already started, then a message will be displayed to the user.
    Author:
    Jane Young, Bill Shannon