• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

EJB framework/callback methods and transaction contexts

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Please help me to understand in which transaction context will the following framework methods work in Entity Bean, Session Bean and MessageDrivenBean. Please let me know if they work in Invoking methods context, or client's transaction context or an un-specified transaction context.
Also pls let me know for which of the following methods can the transaction context be specified in Deployment Descriptor.
*ejbCreate
*ejbPostCreate
*ejbRemove
*ejbActivate
*ejbPassivate
*ejbLoad
*ejbStore
*setXXXContext
*unsetEntityContext
Thanks for your time,
Phani
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that some of the following resources might be of help to you:
Maybe this one:
Bean life cycle cheat sheets
[ February 23, 2004: Message edited by: Valentin Crettaz ]
 
Phanindra Nayani
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankyou VAlentin !!!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic