org.openejb.test.entity.bmp
Interface BasicBmp2DataSourcesObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface BasicBmp2DataSourcesObject
extends javax.ejb.EJBObject

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 String businessMethod(String text)
          Reverses the string passed in then returns it
 OperationsPolicy getAllowedOperationsReport(String methodName)
          Returns a report of the allowed opperations for one of the bean's methods.
 Properties getPermissionsReport()
          Returns a report of the bean's runtime permissions
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

businessMethod

public String businessMethod(String text)
                      throws RemoteException
Reverses the string passed in then returns it

Returns:
Throws:
RemoteException

getPermissionsReport

public Properties getPermissionsReport()
                                throws RemoteException
Returns a report of the bean's runtime permissions

Returns:
Throws:
RemoteException

getAllowedOperationsReport

public OperationsPolicy getAllowedOperationsReport(String methodName)
                                            throws RemoteException
Returns a report of the allowed opperations for one of the bean's methods.

Parameters:
methodName - The method for which to get the allowed opperations report
Returns:
Throws:
RemoteException


Copyright © 1999-2007 OpenEJB. All Rights Reserved.