Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.security
Class BaseMBeanImpl

java.lang.Object
  extended by weblogic.management.security.BaseMBeanImpl

Direct Known Subclasses:
ProviderImpl

public class BaseMBeanImpl
extends Object

The base class for COMMO MBean implementations. It gives the MBean implementation access to its configuration attributes.

Many COMMO MBeans have both configuration attributes (for example, a hostname and port to its database) and management behaviors (for example, methods to create a user). The MBean implementation implements these management behaviors. The management method implementations typically need to access the configuration parameters. This base class provides that access.

COMMO MBean are based on JMX required model MBeans.


Method Summary
protected  StandardInterface getProxy()
          Gets this mbean's proxy.
protected  ModelMBean getRequiredModelMBean()
          Gets this mbean's ModelMBean.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getRequiredModelMBean

protected ModelMBean getRequiredModelMBean()
Gets this mbean's ModelMBean.

This can be used to get the mbean's attributes using the lower level jmx required model mbean methods.

Returns:
the required model mbean.

getProxy

protected StandardInterface getProxy()
                              throws MBeanException
Gets this mbean's proxy.

This can be used to get the mbean's attributes using the proxy interface (vs. the lower level jmx calls).

Returns:
the commo proxy for this mbean.
Throws:
MBeanException - Description of the Exception

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09