public interface GracefulShutdown
Modifier and Type | Method and Description |
---|---|
boolean |
cancelShutdown()
Cancel shutdown
|
boolean |
isShutdown()
Is the component shutdown
|
void |
prepareShutdown()
Signal the component to prepare for shutdown
|
void |
shutdown()
Shutdown the component
|
boolean cancelShutdown()
void prepareShutdown()
void shutdown()
boolean isShutdown()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)