org.jboss.aop
Class InterceptionMarkers

java.lang.Object
  extended by org.jboss.aop.InterceptionMarkers

public class InterceptionMarkers
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Field Summary
protected  EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap convertableReference
           
protected  EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap hasConstructorInterception
           
protected  EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap hasFieldInterception
           
protected  EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap skipConstructorInterception
           
protected  EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap skipConvertableReference
           
protected  EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap skipFieldInterception
           
 
Constructor Summary
InterceptionMarkers()
           
 
Method Summary
 void addConstructionInterceptionMarker(String classname)
           
 void addFieldInterceptionMarker(String classname)
           
 boolean convertReference(String classname)
           
 boolean shouldSkipConstruction(String classname)
           
 boolean shouldSkipFieldAccess(String classname)
           
 void skipConstruction(String classname)
           
 void skipFieldAccess(String classname)
           
 void skipReference(String classname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

convertableReference

protected final EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap convertableReference

hasFieldInterception

protected final EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap hasFieldInterception

hasConstructorInterception

protected final EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap hasConstructorInterception

skipConvertableReference

protected final EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap skipConvertableReference

skipFieldInterception

protected final EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap skipFieldInterception

skipConstructorInterception

protected final EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap skipConstructorInterception
Constructor Detail

InterceptionMarkers

public InterceptionMarkers()
Method Detail

addConstructionInterceptionMarker

public void addConstructionInterceptionMarker(String classname)

addFieldInterceptionMarker

public void addFieldInterceptionMarker(String classname)

skipReference

public void skipReference(String classname)

shouldSkipConstruction

public boolean shouldSkipConstruction(String classname)

shouldSkipFieldAccess

public boolean shouldSkipFieldAccess(String classname)

skipConstruction

public void skipConstruction(String classname)

skipFieldAccess

public void skipFieldAccess(String classname)

convertReference

public boolean convertReference(String classname)


Copyright © 2004 JBoss Inc. All Rights Reserved.