| |
|
| org.objectweb.jonas_ejb.container.JRemote org.objectweb.jonas_ejb.container.JEntityRemote
All known Subclasses: org.objectweb.jonas_ejb.container.JRepEntityRemote,
JEntityRemote | abstract public class JEntityRemote extends JRemote implements Remote(Code) | | Generic part of the EJBObject implementation
author: Philippe Coq author: Philippe Durieux |
checkSecurity | public void checkSecurity(EJBInvocation ejbInv)(Code) | | Check if the access to the bean is authorized
Parameters: ejbInv - object containing security signature of the method, args ofmethod, etc |
getEJBHome | public EJBHome getEJBHome()(Code) | | the enterprise Bean's home interface. |
getPrimaryKey | public Object getPrimaryKey()(Code) | | the Primary Key for this EJBObject throws: EJBException - Bean has no primary key yet. |
isIdentical | public boolean isIdentical(EJBObject obj) throws RemoteException(Code) | | Tests if a given EJB is identical to the invoked EJB object.
Parameters: obj - - An object to test for identity with the invoked object. True if the given EJB object is identical to the invoked object. throws: RemoteException - Thrown when the method failed due to asystem-level failure. |
setEntitySwitch | public void setEntitySwitch(JEntitySwitch bs)(Code) | | finish initialization
Parameters: bs - The Entity Bean Switch |
|
|
|