javax.ejb
Interface EJBLocalObject


public interface EJBLocalObject

Version:
$Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 2006) $

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

Method Detail

getEJBLocalHome

EJBLocalHome getEJBLocalHome()
                             throws EJBException
Throws:
EJBException

getPrimaryKey

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-2012 Apache Software Foundation. All Rights Reserved.