org.jboss.aop.classpool
Class AbstractIsLocalResourcePlugin

java.lang.Object
  extended by org.jboss.aop.classpool.AbstractIsLocalResourcePlugin
All Implemented Interfaces:
IsLocalResourcePlugin
Direct Known Subclasses:
DefaultClassLoaderIsLocalResourcePlugin, TranslatableClassLoaderIsLocalResourcePlugin, URLClassLoaderIsLocalResourcePlugin

public abstract class AbstractIsLocalResourcePlugin
extends Object
implements IsLocalResourcePlugin

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
AbstractIsLocalResourcePlugin(DelegatingClassPool pool)
           
 
Method Summary
protected  DelegatingClassPool getPool()
           
protected abstract  void initialise()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.aop.classpool.IsLocalResourcePlugin
isMyResource
 

Constructor Detail

AbstractIsLocalResourcePlugin

public AbstractIsLocalResourcePlugin(DelegatingClassPool pool)
Method Detail

initialise

protected abstract void initialise()

getPool

protected DelegatingClassPool getPool()


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.