test.ejb
Interface StatelessSessionEJBObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface StatelessSessionEJBObject
extends javax.ejb.EJBObject

Stateless session bean - remote interface.


Method Summary
 String echo(String string)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

echo

String echo(String string)
            throws RemoteException
Throws:
RemoteException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.