javax.ejb
Interface EJBLocalObject


public interface EJBLocalObject

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

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