com.ibm.websphere.samples.beenthere
Interface BeenThere

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

public interface BeenThere
extends javax.ejb.EJBObject

The remote interface for the BeenThere stateless session EJB.


Method Summary
 java.util.Hashtable getRuntimeEnvInfo()
          Obtains a table that contains the node name, application server name and process ID, of where this EJB is executing.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getRuntimeEnvInfo

java.util.Hashtable getRuntimeEnvInfo()
                                      throws java.rmi.RemoteException
Obtains a table that contains the node name, application server name and process ID, of where this EJB is executing.

Returns:
a table that contains execution environment information for this EJB
Throws:
java.rmi.RemoteException - if the method failed due to a system-level failure