test.compliance.monitor.support
Class StringSupport

java.lang.Object
  extended bytest.compliance.monitor.support.MonitorSupport (src) 
      extended bytest.compliance.monitor.support.StringSupport
All Implemented Interfaces:
StringSupportMBean (src)

public class StringSupport
extends MonitorSupport (src)
implements StringSupportMBean (src)


Constructor Summary
StringSupport()
           
 
Method Summary
 java.lang.String getValue()
           
 java.lang.String getWrongException()
           
 java.lang.String getWrongNull()
           
 java.lang.Integer getWrongType()
           
 void setValue(java.lang.String value)
           
 void setWriteOnly(java.lang.String value)
           
 
Methods inherited from class test.compliance.monitor.support.MonitorSupport (src)
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 java.lang.String getValue()
Specified by:
getValue in interface StringSupportMBean (src)

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface StringSupportMBean (src)

getWrongNull

public java.lang.String getWrongNull()
Specified by:
getWrongNull in interface StringSupportMBean (src)

getWrongType

public java.lang.Integer getWrongType()
Specified by:
getWrongType in interface StringSupportMBean (src)

getWrongException

public java.lang.String getWrongException()
Specified by:
getWrongException in interface StringSupportMBean (src)

setWriteOnly

public void setWriteOnly(java.lang.String value)
Specified by:
setWriteOnly in interface StringSupportMBean (src)