KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > EJBLocalObject

javax.ejb
Interface EJBLocalObject

See Also:
Top Examples, Source Code

public EJBLocalHome getEJBLocalHome()
                             throws EJBException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getPrimaryKey()
                     throws EJBException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isIdentical(EJBLocalObject obj)
                    throws EJBException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void remove()
            throws RemoveException,
                   EJBException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags