org.jboss.test.jbossnet.jmx.server
Class JMXTest

java.lang.Object
  extended byorg.jboss.test.jbossnet.jmx.server.JMXTest

public class JMXTest
extends java.lang.Object

A test mbean that will be provided as a web-service

Since:
long ago

Constructor Summary
JMXTest()
           
 
Method Summary
 java.lang.String getTestString()
          Method getTestString
 void noopOperation()
          Method noopOperation
 void setTestString(java.lang.String str)
          Method setTestString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXTest

public JMXTest()
Method Detail

getTestString

public java.lang.String getTestString()
Method getTestString

Returns:

setTestString

public void setTestString(java.lang.String str)
Method setTestString

Parameters:
str -

noopOperation

public void noopOperation()
Method noopOperation