com.sun.enterprise.v3.admin
Class StopDomainCommand
java.lang.Object
com.sun.enterprise.v3.admin.StopServer
com.sun.enterprise.v3.admin.StopDomainCommand
- All Implemented Interfaces:
- AdminCommand
@Service(name="stop-domain")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
@ExecuteOn(value=DAS)
public class StopDomainCommand
- extends StopServer
- implements AdminCommand
AdminCommand to stop the domain execution which mean shuting down the application
server.
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopDomainCommand
public StopDomainCommand()
execute
public void execute(AdminCommandContext context)
- Shutdown of the application server :
All running services are stopped.
LookupManager is flushed.
- Specified by:
execute in interface AdminCommand
Copyright © 2012. All Rights Reserved.