com.bea.wlevs.management
Interface WebLogicMBean

All Known Subinterfaces:
AdapterMBean, AppDeploymentMBean, ApplicationMBean, CacheMBean, CacheStageMBean, CachingSystemMBean, DefaultAdapterMBean, DomainMBean, DomainRuntimeMBean, EPLProcessorMBean, EventBeanMBean, HttpPubSubAdapterMBean, JMSAdapterMBean, MonitorRuntimeMBean, ProbeRuntimeMBean, ServerMBean, ServerRuntimeMBean, StageMBean, StreamMBean

public interface WebLogicMBean

The super interface for all WebLogic Event Server MBeans.

You can use WebLogic Event Server MBeans to configure, monitor, and manage WebLogic Event Server resources through JMX.


Method Summary
 java.lang.String getName()
          This method returns the name of the MBean
 javax.management.ObjectName getObjectName()
          It returns the ObjectName under which the MBean is registered
 java.lang.String getType()
          It returns the type of the MBean
 

Method Detail

getName

public java.lang.String getName()
This method returns the name of the MBean

Returns:
- String mame of the MBean

getType

public java.lang.String getType()
It returns the type of the MBean

Returns:
a shortened version of the class name less the MBean

getObjectName

public javax.management.ObjectName getObjectName()
                                          throws javax.management.MalformedObjectNameException,
                                                 java.lang.NullPointerException
It returns the ObjectName under which the MBean is registered

Returns:
-


Copyright © 2007 BEA Systems All Rights Reserved.