Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.management
Interface WebLogicMBean

All Known Subinterfaces:
ActiveActiveGroupRuntimeMBean, AdapterMBean, AppDeploymentMBean, ApplicationMBean, ApplicationRuntimeMBean, BroadcastInboundAdapterMBean, BroadcastInboundAdapterRuntimeMBean, BroadcastQueueTrimmingAdapterMBean, BroadcastQueueTrimmingAdapterRuntimeMBean, BufferingQueueTrimmingAdapterMBean, BufferingQueueTrimmingAdapterRuntimeMBean, CacheMBean, CacheStageMBean, CachingSystemMBean, CartridgeMBean, CorrelatedQueueTrimmingAdapterMBean, CorrelatedQueueTrimmingAdapterRuntimeMBean, CQLProcessorMBean, CQLProcessorRuntimeMBean, DefaultAdapterMBean, DeploymentServiceMBean, DiagnosticProfileManagerMBean, DiagnosticProfileMBean, DomainMBean, DomainRuntimeMBean, EPLProcessorMBean, EventBeanMBean, EventChannelMBean, EventInspectorMBean, EventTypeRepositoryMBean, HAAdapterRuntimeMBean, HttpPubSubAdapterMBean, JMSAdapterMBean, MonitorRuntimeMBean, ProbeRuntimeMBean, ProcessorMBean, QueueTrimmingAdapterMBean, QueueTrimmingAdapterRuntimeMBean, RecordPlaybackMBean, ServerMBean, ServerRuntimeMBean, StageMBean, StageRuntimeMBean, StreamMBean, TableMBean

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

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD