org.eclipse.jetty.util.component
Interface Destroyable

All Known Subinterfaces:
Handler, Server.Graceful
All Known Implementing Classes:
AbstractHandler, AbstractHandlerContainer, AggregateLifeCycle, ConnectHandler, ContextHandler, ContextHandlerCollection, DebugHandler, DefaultHandler, ErrorHandler, FileDestroyable, GzipHandler, HandlerCollection, HandlerList, HandlerWrapper, HotSwapHandler, IPAccessHandler, MovedContextHandler, ProxyHandler, RequestLogHandler, ResourceHandler, ScopedHandler, Server, SessionHandler, StatisticsHandler, TestServer, WebSocketHandler

public interface Destroyable

A Destroyable is an object which can be destroyed.

Typically a Destroyable is a LifeCycle component that can hold onto resources over multiple start/stop cycles. A call to destroy will release all resources and will prevent any further start/stop cycles from being successful.


Method Summary
 void destroy()
           
 

Method Detail

destroy

void destroy()


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.