- All Implemented Interfaces:
Shutdown
TODO: Document this class / interface here
- Since:
- v4.0
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CompositeShutdown
public CompositeShutdown(Shutdown... shutdowns)
-
Method Details
-
shutdown
public void shutdown()
Description copied from interface: Shutdown
Shutdown. Should not throw any exceptions.
- Specified by:
shutdown in interface Shutdown