Hi,
I need to design/develop a entity bean which needs
to do following
When a client access the ejb using finder method, if
find is successful, i need to lock the row in
database. Second client(doing find with same
primarykey) should wait till first client is done
before he can start modifying the row.
Any hints/suggestions are helpful.
Thanks
H
=====
class JSignature{
final static String name = "Srinivas Hasti";
static String email= "[EMAIL PROTECTED]";
static String ring = "919-484-3026";
}
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".