net.larsan.urd.impl
Interface Destroyable

All Known Implementing Classes:
ContainerBase, DefaultErrorHandler, Servicebox

public interface Destroyable

The destroyable interface is used by the norna framework to finalize components as found in the JNDI context regardles off their base type. The destruction is a one step process which means it most be non-collaborative between compoents. The order of destruction is not defined so no component may call method on another component as a consequence of the destruction.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson

Method Summary
 void destroy()
          Destroy component.
 

Method Detail

destroy

public void destroy()
Destroy component. No is allowed on aother components which also are instances of this interface to avoid mismatches in destruction order.