org.oddjob.framework
Interface Destroyable

All Known Implementing Classes:
BaseWrapper

public interface Destroyable

An inteface for the proxy to implement so that a proxy can be destroyed. Destruction is normally via reflection looking for, and invoking a destroy method but obviously this doesn't work for proxies.

Author:
Rob Gordon

Method Summary
 void destroy()
          Destroy the job, destroy all it's children and clean up any resources.
 

Method Detail

destroy

public void destroy()
Destroy the job, destroy all it's children and clean up any resources.