javax.ejb
Interface EJBLocalObject


public interface EJBLocalObject

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $

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 © {inceptionYear}-2009 null. All Rights Reserved.