com.atlassian.jira.util
Class CompositeShutdown

java.lang.Object
  extended by com.atlassian.jira.util.CompositeShutdown
All Implemented Interfaces:
Shutdown

public class CompositeShutdown
extends Object
implements Shutdown

TODO: Document this class / interface here

Since:
v4.0

Constructor Summary
CompositeShutdown(Shutdown... shutdowns)
           
 
Method Summary
 void shutdown()
          Shutdown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeShutdown

public CompositeShutdown(Shutdown... shutdowns)
Method Detail

shutdown

public void shutdown()
Description copied from interface: Shutdown
Shutdown. Should not throw any exceptions.

Specified by:
shutdown in interface Shutdown


Copyright © 2002-2013 Atlassian. All Rights Reserved.