org.jboss.aop
Class WeavingStrategySupport

java.lang.Object
  extended by org.jboss.aop.WeavingStrategySupport
All Implemented Interfaces:
WeavingStrategy
Direct Known Subclasses:
ClassicWeavingStrategy, SuperClassesFirstWeavingStrategy

public abstract class WeavingStrategySupport
extends Object
implements WeavingStrategy

Version:
$Revision:
Author:
Stale W. Pedersen, Kabir Khan

Constructor Summary
WeavingStrategySupport()
           
 
Method Summary
protected static void clearReEntry()
          Clear the re-entry flag.
protected static boolean isReEntry()
          Are we re-entering?
protected static void setReEntry()
          Set the re-entry flag.
protected  void setTransformationStarted()
           
protected static boolean transformationStarted()
           
 
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.WeavingStrategy
translate
 

Constructor Detail

WeavingStrategySupport

public WeavingStrategySupport()
Method Detail

isReEntry

protected static boolean isReEntry()
Are we re-entering?

Returns:
true if re-entry, false otherwise.

setReEntry

protected static void setReEntry()
Set the re-entry flag.


clearReEntry

protected static void clearReEntry()
Clear the re-entry flag.


transformationStarted

protected static boolean transformationStarted()

setTransformationStarted

protected void setTransformationStarted()


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