org.jboss.test.jmx.compliance.standard.support
Class StandardDerived2
java.lang.Object
org.jboss.test.jmx.compliance.standard.support.StandardParent
org.jboss.test.jmx.compliance.standard.support.StandardDerived2
- All Implemented Interfaces:
- StandardDerived2MBean, StandardParentMBean
- public class StandardDerived2
- extends StandardParent
- implements StandardDerived2MBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardDerived2
public StandardDerived2()
setDerivedValue
public void setDerivedValue(String derived)
- our own MBean interface overrides the StandardParentMBean one we inherited.
- Specified by:
setDerivedValue
in interface StandardDerived2MBean
getParentValue
public String getParentValue()
- Specified by:
getParentValue
in interface StandardDerived2MBean
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.