org.jboss.test.aop.bean
Class CallingPOJO

java.lang.Object
  extended byorg.jboss.test.aop.bean.CallingPOJO

public class CallingPOJO
extends java.lang.Object


Constructor Summary
CallingPOJO()
           
 
Method Summary
 void callSomeMethod()
          This method should be a caller pointcut
 void callUnadvised()
           
 void nocallSomeMethod()
          This method should not be a caller pointcut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallingPOJO

public CallingPOJO()
Method Detail

callSomeMethod

public void callSomeMethod()
This method should be a caller pointcut


nocallSomeMethod

public void nocallSomeMethod()
This method should not be a caller pointcut


callUnadvised

public void callUnadvised()