org.jboss.classpool.base
Class AbstractParentDelegationStrategy
java.lang.Object
org.jboss.classpool.base.AbstractParentDelegationStrategy
public abstract class AbstractParentDelegationStrategy
- extends Object
- Version:
- $Revision: 99279 $
- Author:
- Kabir Khan, Flavia Rainone
Field Summary |
protected org.jboss.logging.Logger |
logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.jboss.logging.Logger logger
AbstractParentDelegationStrategy
protected AbstractParentDelegationStrategy(ClassPoolDomain parent,
ClassPoolToClassPoolDomainAdaptorFactory adaptorFactory)
AbstractParentDelegationStrategy
protected AbstractParentDelegationStrategy(javassist.ClassPool parent,
ClassPoolToClassPoolDomainAdaptorFactory adaptorFactory)
hasParent
protected boolean hasParent()
getDomain
protected ClassPoolDomain getDomain()
getCachedOrCreateFromParent
public javassist.CtClass getCachedOrCreateFromParent(DelegatingClassPool initiatingPool,
String classname,
String resourceName,
boolean create,
boolean trace)
setDomain
public void setDomain(ClassPoolDomain domain)
getParentModCount
public int getParentModCount()
isParentBefore
public boolean isParentBefore(String classname)
isParentAfter
public boolean isParentAfter(String classname)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.