org.jboss.test.aop.bean
Class SomeIntroduction

java.lang.Object
  extended byorg.jboss.test.aop.bean.SomeIntroduction
All Implemented Interfaces:
Introduction (src) , Introduction2 (src)

public class SomeIntroduction
extends java.lang.Object
implements Introduction (src) , Introduction2 (src)


Constructor Summary
SomeIntroduction(java.lang.Object objIntroduced)
           
 
Method Summary
 java.lang.String goodbye(java.lang.String str)
           
 java.lang.String helloWorld(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SomeIntroduction

public SomeIntroduction(java.lang.Object objIntroduced)
Method Detail

helloWorld

public java.lang.String helloWorld(java.lang.String str)
Specified by:
helloWorld in interface Introduction (src)

goodbye

public java.lang.String goodbye(java.lang.String str)
Specified by:
goodbye in interface Introduction2 (src)