org.jboss.test.aop.bean
Class POJO
java.lang.Object
org.jboss.test.aop.bean.POJO
- Direct Known Subclasses:
- POJOChild (src)
- public class POJO
- extends java.lang.Object
Constructor Summary |
POJO()
|
POJO(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
protectedField
protected int protectedField
staticField
public static int staticField
POJO
public POJO()
POJO
public POJO(java.lang.String s)
someMethod
public void someMethod()
anotherMethod
public void anotherMethod()
staticMethod
public static void staticMethod()
accessField
public void accessField()
accessStaticField
public void accessStaticField()
remoteTest
public java.lang.String remoteTest()
throwException
public void throwException()
throws SomeException (src)
- Throws:
SomeException (src)