Openwings API Documentation (v1.0)

net.openwings.management
Interface MBean

All Known Subinterfaces:
AvailabilityMBean, ComponentMBean, ContainerManagerMBean, InstallerMBean

public interface MBean

This is the top-level interface for management beans in the Openwings Management Services framework.


Method Summary
 java.beans.BeanInfo getMBeanInfo()
          This method provides information about the bean including the name and description.
 

Method Detail

getMBeanInfo

public java.beans.BeanInfo getMBeanInfo()
                                 throws java.rmi.RemoteException
This method provides information about the bean including the name and description.

Throws:
java.rmi.RemoteException - For any communication-related exception.

Openwings API Documentation (v1.0)