org.jboss.jmx.examples.configuration
Class SampleConfig

java.lang.Object
  extended by org.jboss.jmx.examples.configuration.SampleConfig
All Implemented Interfaces:
SampleConfigMBean

public class SampleConfig
extends Object
implements SampleConfigMBean

Author:
Tom Elrod

Constructor Summary
SampleConfig()
           
 
Method Summary
 String getTestAttribute()
           
 void setTestAttribute(String testValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleConfig

public SampleConfig()
Method Detail

getTestAttribute

public String getTestAttribute()
Specified by:
getTestAttribute in interface SampleConfigMBean

setTestAttribute

public void setTestAttribute(String testValue)
Specified by:
setTestAttribute in interface SampleConfigMBean


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.