Interface Sample
-
- All Superinterfaces:
javax.ejb.EJBObject
,Remote
public interface Sample extends javax.ejb.EJBObject
Test EJB to verify Cargo can deploy EJB JAR to containers which supports it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isWorking()
-
-
-
Method Detail
-
isWorking
boolean isWorking() throws RemoteException
- Throws:
RemoteException
-
-