com.beasys.commerce.foundation
Interface SmartEntityReference

All Known Implementing Classes:
com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference, Order_customer_SmartEntityReference, Order_paymentTransaction_SmartEntityReference, PersistenceHelper.DefaultSmartEntityReference

public interface SmartEntityReference

A smart handle optimizes the the use of handles for entity beans by storing a local copy of the primary key (SmartKey) for the BSC Entity. This optimizes one of the most commonly performed operations of retrieving the key without accessing the remote object. This also makes it possible to compare the entities referenced by the smart handles.

See Also
Entity

Method Summary
 int compareTo(EJBObject ejbObject)
           
 EJBObject getEJBObject()
          Returns the EJBObject.
 String getJNDIName()
           
 void setEJBObject(EJBObject ejbObject)
           
 

Method Detail

getEJBObject

EJBObject getEJBObject()
Returns the EJBObject. If the SmartHandle is empty, it returns null.


setEJBObject

void setEJBObject(EJBObject ejbObject)

getJNDIName

String getJNDIName()

compareTo

int compareTo(EJBObject ejbObject)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved