Class DeleteLocalInstanceCommand

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

    @Service(name="delete-local-instance")
    @PerLookup
    public class DeleteLocalInstanceCommand
    extends LocalInstanceCommand
    Delete a local server instance. Wipeout the node dir if it is the last instance under the node Performance Note: getServerDirs().getServerDir() is all inlined by the JVM because the class instance is immutable.
    Author:
    Byron Nevins