org.jboss.test.hellojrmpiiop.interfaces
Interface Hello

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Hello
extends EJBObject (src)

A simple hello world stateless session bean home


Method Summary
 java.lang.String hello(java.lang.String name)
           
 Hello (src) helloHello(Hello (src)  object)
           
 java.lang.String howdy(HelloData (src)  name)
           
 void throwException()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

hello

public java.lang.String hello(java.lang.String name)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

helloHello

public Hello (src)  helloHello(Hello (src)  object)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

howdy

public java.lang.String howdy(HelloData (src)  name)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

throwException

public void throwException()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException