test.implementation.util.support
Interface TrivialMBean

All Known Implementing Classes:
Trivial

public interface TrivialMBean

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

Method Summary
 void doOperation()
           
 MBeanServer getMBeanServer()
           
 String getSomething()
           
 boolean isGMSInvoked()
           
 void setSomething(String thing)
           
 

Method Detail

setSomething

void setSomething(String thing)

getSomething

String getSomething()

doOperation

void doOperation()

getMBeanServer

MBeanServer getMBeanServer()

isGMSInvoked

boolean isGMSInvoked()


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