org.jboss.test.jmx.compliance.monitor.support
Interface StringSupportMBean

All Known Implementing Classes:
StringSupport

public interface StringSupportMBean


Method Summary
 String getValue()
           
 String getWrongException()
           
 String getWrongNull()
           
 Integer getWrongType()
           
 void setValue(String value)
           
 void setWriteOnly(String value)
           
 

Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getWrongNull

public String getWrongNull()

getWrongType

public Integer getWrongType()

getWrongException

public String getWrongException()

setWriteOnly

public void setWriteOnly(String value)


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