org.jboss.test.helloiiop.ejb
Class HelloBean

java.lang.Object
  extended byorg.jboss.test.util.ejb.EnterpriseSupport (src) 
      extended byorg.jboss.test.util.ejb.SessionSupport (src) 
          extended byorg.jboss.test.helloiiop.ejb.HelloBean
All Implemented Interfaces:
EnterpriseBean (src) , java.io.Serializable, SessionBean (src)

public class HelloBean
extends SessionSupport (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.util.ejb.SessionSupport (src)
log, sessionCtx
 
Constructor Summary
HelloBean()
           
 
Method Summary
 java.lang.String hello(java.lang.String name)
           
 Hello (src) helloHello(Hello (src)  hello)
           
 java.lang.String howdy(HelloData (src)  name)
           
 void throwException()
           
 
Methods inherited from class org.jboss.test.util.ejb.SessionSupport (src)
ejbActivate, ejbCreate, ejbPassivate, ejbRemove, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloBean

public HelloBean()
Method Detail

hello

public java.lang.String hello(java.lang.String name)

helloHello

public Hello (src)  helloHello(Hello (src)  hello)

howdy

public java.lang.String howdy(HelloData (src)  name)

throwException

public void throwException()