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

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

public class StandardDerived2
extends StandardParent (src)
implements StandardDerived2MBean (src)


Constructor Summary
StandardDerived2()
           
 
Method Summary
 java.lang.String getParentValue()
           
 void setDerivedValue(java.lang.String derived)
          our own MBean interface overrides the StandardParentMBean one we inherited.
 
Methods inherited from class org.jboss.test.jbossmx.compliance.standard.support.StandardParent (src)
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(java.lang.String derived)
our own MBean interface overrides the StandardParentMBean one we inherited.

Specified by:
setDerivedValue in interface StandardDerived2MBean (src)

getParentValue

public java.lang.String getParentValue()
Specified by:
getParentValue in interface StandardDerived2MBean (src)