org.jboss.test.jmx.compliance.standard.support
Class StandardDerived2

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.standard.support.StandardParent
      extended byorg.jboss.test.jmx.compliance.standard.support.StandardDerived2
All Implemented Interfaces:
StandardDerived2MBean, StandardParentMBean

public class StandardDerived2
extends StandardParent
implements StandardDerived2MBean


Constructor Summary
StandardDerived2()
           
 
Method Summary
 String getParentValue()
           
 void setDerivedValue(String derived)
          our own MBean interface overrides the StandardParentMBean one we inherited.
 
Methods inherited from class org.jboss.test.jmx.compliance.standard.support.StandardParent
setAvailable, setParentValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardDerived2

public StandardDerived2()
Method Detail

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.