org.ow2.easybeans.examples.migrationejb21
Interface EJB2RemoteInterface

All Superinterfaces:
EJBObject, java.rmi.Remote

public interface EJB2RemoteInterface
extends EJBObject

Interface used as EJB 2.1 remote interface.

Author:
Florent Benoit

Method Summary
 void hello21Remote()
          Hello World (of EJB 2.1 interface).
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

hello21Remote

void hello21Remote()
                   throws java.rmi.RemoteException
Hello World (of EJB 2.1 interface).

Throws:
java.rmi.RemoteException - for remote case


Copyright © 2006-2009 OW2 Consortium. All Rights Reserved.