• 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
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

So EB home interface can declare a method that begins with ejb

 
Ranch Hand
Posts: 379
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So, as per the specifications, an entity bean home interface can declare a method that starts with 'ejb'.

The important thing is that it doesn't start with:

1) create
2) find
3) remove

Is that correct?

Marco
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, according to the spec, it can for the Home Business Methods.
 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeah .. i think it�s OK according to the spec.

In bean�s class it would be weird (something link ejbHomeEjbXXX) but it won�t be ambiguous with container�s callbacks.

Regards
[ August 04, 2004: Message edited by: Vinicius Boson ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic