javax.ejb

Interface EJBLocalObject

public interface EJBLocalObject

Method Summary

EJBLocalHome
getEJBLocalHome()
Object
getPrimaryKey()
boolean
isIdentical(EJBLocalObject obj)
void
remove()

Method Details

getEJBLocalHome

public EJBLocalHome getEJBLocalHome()
            throws EJBException

getPrimaryKey

public Object getPrimaryKey()
            throws EJBException

isIdentical

public boolean isIdentical(EJBLocalObject obj)
            throws EJBException

remove

public void remove()
            throws RemoveException,
                   EJBException