|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.management.security.BaseMBeanImpl
public class BaseMBeanImpl
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.
Constructor Summary | |
---|---|
|
BaseMBeanImpl(ModelMBean base)
Class constructor specifying the corresponding required model mbean. |
protected |
BaseMBeanImpl(RequiredModelMBean base)
|
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 |
Constructor Detail |
---|
public BaseMBeanImpl(ModelMBean base)
base
- required model mbean for this mbean implementation
MBeanException
- Description of the Exceptionprotected BaseMBeanImpl(RequiredModelMBean base)
Method Detail |
---|
protected ModelMBean getRequiredModelMBean()
ModelMBean
.
This can be used to get the mbean's attributes using the lower level jmx required model mbean methods.
protected StandardInterface getProxy() throws MBeanException
This can be used to get the mbean's attributes using the proxy interface (vs. the lower level jmx calls).
MBeanException
- Description of the Exception
|
Copyright 1996, 2014, 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.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |