Uses of Interface
com.caucho.loader.ClassLoaderListener

Packages that use ClassLoaderListener
com.caucho.loader   
com.caucho.server.cluster   
com.caucho.server.host   
com.caucho.server.webapp   
com.caucho.transaction   
com.caucho.webbeans.component   
com.caucho.webbeans.context   
 

Uses of ClassLoaderListener in com.caucho.loader
 

Classes in com.caucho.loader that implement ClassLoaderListener
 class CloseListener
          Waits for the close event and calls a destroy() method.
 class WeakCloseListener
          Waits for the close event and calls a destroy() method.
 class WeakLoaderListener
          Waits for the close event and calls a destroy() method.
 

Methods in com.caucho.loader that return types with arguments of type ClassLoaderListener
protected  java.util.ArrayList<ClassLoaderListener> DynamicClassLoader.getListeners()
          Returns the listeners.
 

Methods in com.caucho.loader with parameters of type ClassLoaderListener
static void Environment.addClassLoaderListener(ClassLoaderListener listener)
          Add listener.
static void Environment.addClassLoaderListener(ClassLoaderListener listener, java.lang.ClassLoader loader)
          Add listener.
 void DynamicClassLoader.addListener(ClassLoaderListener listener)
          Adds a listener to detect class loader changes.
 void DynamicClassLoader.removeListener(ClassLoaderListener listener)
          Adds a listener to detect class loader changes.
 

Constructors in com.caucho.loader with parameters of type ClassLoaderListener
WeakLoaderListener(ClassLoaderListener listener)
          Creates the new close listener.
 

Uses of ClassLoaderListener in com.caucho.server.cluster
 

Classes in com.caucho.server.cluster that implement ClassLoaderListener
 class AbstractClusterStoreManager
          Base class for distributed stores.
 class ClusterStoreManager
          The ClusterStoreManager manages a cluster of servers all backing up their sessions to the next server.
 class FileStoreManager
          Class storing distributed objects based on the filesystem.
 class JdbcStoreManager
          Storing sessions using a JDBC database as a backing objectStore.
 class ProServer
           
 class Server
           
 class StoreManager
          Base class for distributed stores.
 

Uses of ClassLoaderListener in com.caucho.server.host
 

Classes in com.caucho.server.host that implement ClassLoaderListener
 class Host
          Resin's virtual host implementation.
 

Uses of ClassLoaderListener in com.caucho.server.webapp
 

Classes in com.caucho.server.webapp that implement ClassLoaderListener
 class WebAppContainer
          Resin's webApp implementation.
 

Uses of ClassLoaderListener in com.caucho.transaction
 

Classes in com.caucho.transaction that implement ClassLoaderListener
 class TransactionManagerImpl
          Implementation of the transaction manager.
 

Uses of ClassLoaderListener in com.caucho.webbeans.component
 

Classes in com.caucho.webbeans.component that implement ClassLoaderListener
 class ComponentClose
          Waits for the close event and calls a destroy() method.
 

Uses of ClassLoaderListener in com.caucho.webbeans.context
 

Classes in com.caucho.webbeans.context that implement ClassLoaderListener
 class DestructionListener
          Contains the objects which need destruction for a given scope.