org.apache.xbean.classloader
Interface DestroyableClassLoader

All Known Implementing Classes:
JarFileClassLoader, MultiParentClassLoader, NamedClassLoader

public interface DestroyableClassLoader

DestroyableClassLoader is a mixin interface for a ClassLoader that add a destroy method to propertly cleanup a classloader then dereferenced by the server.

Since:
2.0
Version:
$Id: DestroyableClassLoader.java 437551 2006-08-28 06:14:47Z adc $
Author:
Dain Sundstrom

Method Summary
 void destroy()
          Destroys the clasloader releasing all resources.
 

Method Detail

destroy

void destroy()
Destroys the clasloader releasing all resources. After this mehtod is called, the class loader will no longer load any classes or resources.



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.