javax.ejb
Interface EJBLocalObject


public interface EJBLocalObject

Version:
$Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 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-2011 The Apache Software Foundation. All Rights Reserved.