|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.rmi.PortableRemoteObject
org.objectweb.jonas_ejb.container.JHome
org.objectweb.jonas_ejb.container.JEntityHome
public abstract class JEntityHome
This class is the Standard Home for Entity objects It exists only for beans that have declared a Remote Interface. It implements javax.ejb.EJBHome interface
| Field Summary |
|---|
| Fields inherited from class org.objectweb.jonas_ejb.container.JHome |
|---|
bf, dd, ejbMetaData, unregistered |
| Constructor Summary | |
|---|---|
JEntityHome(EntityDesc dd,
JEntityFactory bf)
constructor |
|
| Method Summary | |
|---|---|
abstract JEntityRemote |
createRemoteObject()
creates a new Remote Object for that bean. |
| Methods inherited from class org.objectweb.jonas_ejb.container.JHome |
|---|
checkSecurity, getBf, getDd, getEJBMetaData, getHomeHandle, getJndiName, postInvoke, preInvoke, register, remove, remove, unregister |
| Methods inherited from class javax.rmi.PortableRemoteObject |
|---|
connect, exportObject, narrow, toStub, unexportObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEntityHome(EntityDesc dd,
JEntityFactory bf)
throws java.rmi.RemoteException
dd - The Entity Deployment Decriptorbf - The Entity Factory
java.rmi.RemoteException - failed to create the Home| Method Detail |
|---|
public abstract JEntityRemote createRemoteObject()
throws java.rmi.RemoteException
java.rmi.RemoteException - could not create the remote object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||