javax.ejb
Interface EJBLocalObject


public interface EJBLocalObject

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:39 $

Method Summary
 EJBLocalHome getEJBLocalHome()
           
 java.lang.Object getPrimaryKey()
           
 boolean isIdentical(EJBLocalObject obj)
           
 void remove()
           
 

Method Detail

getEJBLocalHome

public EJBLocalHome getEJBLocalHome()
                             throws EJBException
Throws:
EJBException

getPrimaryKey

public java.lang.Object getPrimaryKey()
                               throws EJBException
Throws:
EJBException

isIdentical

public boolean isIdentical(EJBLocalObject obj)
                    throws EJBException
Throws:
EJBException

remove

public void remove()
            throws RemoveException,
                   EJBException
Throws:
RemoveException
EJBException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.