Class ServerDomainProcessShutdownHandler

java.lang.Object
org.jboss.as.server.operations.ServerDomainProcessShutdownHandler
All Implemented Interfaces:
OperationStepHandler

public class ServerDomainProcessShutdownHandler extends Object implements OperationStepHandler
Handler that starts a graceful shutdown in domain mode. Note that this does not actually shut down the server, it merely starts the suspend process. The server is shut down by the process controller closing the STDIN stream, which then waits for this process to be complete.
Author:
Stuart Douglas