Method Summary |
|
public String | businessMethod(String text) |
public void | ejbActivate() A container invokes this method when the instance
is taken out of the pool of available instances to become associated
with a specific EJB object. |
public Integer | ejbCreateObject(String name) |
public java.util.Collection | ejbFindByLastName(String lastName) |
public Integer | ejbFindByPrimaryKey(Integer primaryKey) |
public java.util.Collection | ejbFindEmptyCollection() |
public java.util.Enumeration | ejbFindEmptyEnumeration() |
public int | ejbHomeSum(int x, int y) Maps to BasicBmpHome.sum
Adds x and y and returns the result. |
public void | ejbLoad() A container invokes this method to instruct the
instance to synchronize its state by loading it state from the
underlying database. |
public void | ejbPassivate() A container invokes this method on an instance before the instance
becomes disassociated with a specific EJB object. |
public void | ejbPostCreateObject(String name) |
public void | ejbRemove() A container invokes this method before it removes the EJB object
that is currently associated with the instance. |
public void | ejbStore() A container invokes this method to instruct the
instance to synchronize its state by storing it to the underlying
database. |
public OperationsPolicy | getAllowedOperationsReport(String methodName) Maps to BasicBmpObject.getAllowedOperationsReport
Returns a report of the allowed opperations
for one of the bean's methods. |
public Properties | getPermissionsReport() |
public void | setEntityContext(EntityContext ctx) Set the associated entity context. |
protected void | testAllowedOperations(String methodName) |
public void | throwApplicationException() |
public void | throwSystemException_NullPointer() Throws a java.lang.NullPointerException when invoked
This is a system exception and should result in the
destruction of the instance and invalidation of the
remote reference. |
public void | unsetEntityContext() Unset the associated entity context. |