posted 18 years ago
Hi all,
Unlike other iterfaces , why it is not necessory to implement
public abstract javax.ejb.EJBHome getEJBHome()
throws java/rmi/RemoteException
public abstract javax.ejb.Handle getHandle()
throws java/rmi/RemoteException
public abstract java.lang.Object getPrimaryKey()
throws java/rmi/RemoteException
public abstract boolean isIdentical(javax.ejb.EJBObject)
throws java/rmi/RemoteException
public abstract void remove()
throws java/rmi/RemoteException, javax/ejb/RemoveException
method in our Remote class.