| |
|
| org.jboss.test.hello.interfaces.Hello
Hello | public interface Hello extends EJBObject(Code) | | A simple hello world stateless session bean home
author: Rickard Oberg author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
getCNFEObject | public Object getCNFEObject() throws RemoteException(Code) | | Access a method which returns an instance that will not be
found in the client env to check how CNFE are handled at the
transport layer.
An HelloBean$ServerData throws: RemoteException - |
sleepingHello | public String sleepingHello(String name, long sleepTimeMS) throws RemoteException(Code) | | A version of the hello method that sleeps for the indicated
time to test response delays.
Parameters: name - some string to say Hello to. Parameters: sleepTimeMS - Milliseconds to sleep "Hello " + name. throws: RemoteException - |
|
|
|