javax.ejb
Interface EJBLocalObject


public interface EJBLocalObject

Version:
$Rev: 467742 $ $Date: 2006-10-25 15:30:38 -0400 (Wed, 25 Oct 2006) $

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

Method Detail

getEJBLocalHome

EJBLocalHome getEJBLocalHome()
                             throws EJBException
Throws:
EJBException

getPrimaryKey

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

isIdentical

boolean isIdentical(EJBLocalObject obj)
                    throws EJBException
Throws:
EJBException

remove

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


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.