• 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:

PortableRemoteObject.narrow

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For the beanClass variable in the statement "PortableRemoteObject.narrow(beanHome, beanClass);", Is it correct to utilize the beanhome.getEJBMetaData to get a reference to the EJBMetaData class. Then excute the getRemoteInterfaceClass method on the EJBMetaDAta reference to retrieve the bean class name to be used in the narrows method? Or should the beanClass name come from an external source? What is the real purpose of the narrows?
reply
    Bookmark Topic Watch Topic
  • New Topic