com.ibm.websphere.samples.activitysessions.ASBeanManagedEJB
Interface ASBeanManagedEJB

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface ASBeanManagedEJB
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: ASBeanManagedEJB


Method Summary
 java.lang.String performTasks()
          This remote method is called by the client to run the sample.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

performTasks

java.lang.String performTasks()
                              throws java.rmi.RemoteException
This remote method is called by the client to run the sample.

Returns:
String that the client can output to the user.
Throws:
java.rmi.RemoteException - Signals that a Remote exception of some sort has occurred.