Package org.glassfish.grizzly
Interface ShutdownContext
-
public interface ShutdownContextThis class will be passed toGracefulShutdownListenerinstances registered against aTransport.- Since:
- 2.3.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransportgetTransport()voidready()Invoked by calledGracefulShutdownListenerto notify the graceful termination process that it's safe to terminate the transport.
-
-
-
Method Detail
-
getTransport
Transport getTransport()
- Returns:
- the Transport that is being shutdown.
-
ready
void ready()
Invoked by calledGracefulShutdownListenerto notify the graceful termination process that it's safe to terminate the transport.
-
-