• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MBeans in WebLogic

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I wanted some information on writing MBeans on weblogic. I tried the BEA site and the information listed wasnt of much help in writing custom mbeans.

I have following questions. do let me know the answers or any information u have on it.

1) Does a standard MBean implement certain weblogic specific interfaces ?
2) How do I register this MBean ? ( i used t3TaskDef interface which helps me while registering at the startup)
3) How can i access the MBean from a different JVM ? i done a look up on MBean Home using MBean.ADMIN_JNDI_NAME and tried accessing it using getMBean which ended up giving me InstanceNotFoundException, even tho it was registered.

If anyone cud provide me a sample code of MBean interface the implementation class of it, registering class for it and the Agent that is used for accessing it would be of great help.


Thanks in Advance.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic