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  ConcurrentHashMap<String,String> convertableReference
           
protected  ConcurrentHashMap<String,String> hasConstructorInterception
           
protected  ConcurrentHashMap<String,String> hasFieldInterception
           
protected  ConcurrentHashMap<String,String> skipConstructorInterception
           
protected  ConcurrentHashMap<String,String> skipConvertableReference
           
protected  ConcurrentHashMap<String,String> 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 ConcurrentHashMap<String,String> convertableReference

hasFieldInterception

protected final ConcurrentHashMap<String,String> hasFieldInterception

hasConstructorInterception

protected final ConcurrentHashMap<String,String> hasConstructorInterception

skipConvertableReference

protected final ConcurrentHashMap<String,String> skipConvertableReference

skipFieldInterception

protected final ConcurrentHashMap<String,String> skipFieldInterception

skipConstructorInterception

protected final ConcurrentHashMap<String,String> 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 © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.