test.implementation.util.support
Class Trivial

java.lang.Object
  extended by test.implementation.util.support.Trivial
All Implemented Interfaces:
TrivialMBean

public class Trivial
extends Object
implements TrivialMBean

Version:
$Revision: 81022 $
Author:
Juha Lindfors.

Constructor Summary
Trivial()
           
 
Method Summary
 void doOperation()
           
 MBeanServer getMBeanServer()
           
 String getSomething()
           
 boolean isGMSInvoked()
           
 void setSomething(String thing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trivial

public Trivial()
Method Detail

setSomething

public void setSomething(String thing)
Specified by:
setSomething in interface TrivialMBean

getSomething

public String getSomething()
Specified by:
getSomething in interface TrivialMBean

doOperation

public void doOperation()
Specified by:
doOperation in interface TrivialMBean

getMBeanServer

public MBeanServer getMBeanServer()
Specified by:
getMBeanServer in interface TrivialMBean

isGMSInvoked

public boolean isGMSInvoked()
Specified by:
isGMSInvoked in interface TrivialMBean


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