org.jboss.test.aop.bean
Class POJOChild

java.lang.Object
  extended byorg.jboss.test.aop.bean.POJO (src) 
      extended byorg.jboss.test.aop.bean.POJOChild

public class POJOChild
extends POJO (src)


Field Summary
 
Fields inherited from class org.jboss.test.aop.bean.POJO (src)
protectedField, staticField
 
Constructor Summary
POJOChild()
           
 
Method Summary
 void accessProtectedField()
           
 void someMethod2()
           
 void someMethod3()
           
 
Methods inherited from class org.jboss.test.aop.bean.POJO (src)
accessField, accessStaticField, anotherMethod, remoteTest, someMethod, staticMethod, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POJOChild

public POJOChild()
Method Detail

someMethod2

public void someMethod2()

someMethod3

public void someMethod3()

accessProtectedField

public void accessProtectedField()