public final class PreShutdown extends Object
Shutdown command event. This event must be fired before the
Shell continues shutdown procedures.
For example:
public void myObserver(@Observes PreShutdown event)
{
// do something
}
| Constructor and Description |
|---|
PreShutdown(Shutdown.Status status) |
public PreShutdown(Shutdown.Status status)
public Shutdown.Status getStatus()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.