org.jboss.test.jmx.compliance.monitor.support
Class StringSupport

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.monitor.support.MonitorSupport
      extended byorg.jboss.test.jmx.compliance.monitor.support.StringSupport
All Implemented Interfaces:
StringSupportMBean

public class StringSupport
extends MonitorSupport
implements StringSupportMBean


Constructor Summary
StringSupport()
           
 
Method Summary
 String getValue()
           
 String getWrongException()
           
 String getWrongNull()
           
 Integer getWrongType()
           
 void setValue(String value)
           
 void setWriteOnly(String value)
           
 
Methods inherited from class org.jboss.test.jmx.compliance.monitor.support.MonitorSupport
end, lock, unlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSupport

public StringSupport()
Method Detail

getValue

public String getValue()
Specified by:
getValue in interface StringSupportMBean

setValue

public void setValue(String value)
Specified by:
setValue in interface StringSupportMBean

getWrongNull

public String getWrongNull()
Specified by:
getWrongNull in interface StringSupportMBean

getWrongType

public Integer getWrongType()
Specified by:
getWrongType in interface StringSupportMBean

getWrongException

public String getWrongException()
Specified by:
getWrongException in interface StringSupportMBean

setWriteOnly

public void setWriteOnly(String value)
Specified by:
setWriteOnly in interface StringSupportMBean


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.