uk.co.gidley.jmxmonitor.monitoring
Class BaseMonitoringTest

java.lang.Object
  extended by uk.co.gidley.jmxmonitor.monitoring.BaseMonitoringTest
Direct Known Subclasses:
MultiNamedMBeanTest, SimpleMBeanTest

public abstract class BaseMonitoringTest
extends Object

Created by IntelliJ IDEA. User: ben Date: Jan 7, 2010 Time: 4:18:00 PM


Constructor Summary
BaseMonitoringTest()
           
 
Method Summary
abstract  String getConfiguration()
           
abstract  void registerTestMBeans()
           
 void setup()
           
 void tearDown()
           
abstract  int waitForEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMonitoringTest

public BaseMonitoringTest()
Method Detail

setup

public void setup()
           throws uk.co.gidley.jmxmonitor.services.InitialisationException,
                  ch.qos.logback.core.joran.spi.JoranException,
                  InterruptedException,
                  MalformedObjectNameException,
                  MBeanRegistrationException,
                  InstanceAlreadyExistsException,
                  NotCompliantMBeanException
Throws:
uk.co.gidley.jmxmonitor.services.InitialisationException
ch.qos.logback.core.joran.spi.JoranException
InterruptedException
MalformedObjectNameException
MBeanRegistrationException
InstanceAlreadyExistsException
NotCompliantMBeanException

getConfiguration

public abstract String getConfiguration()

waitForEvents

public abstract int waitForEvents()

registerTestMBeans

public abstract void registerTestMBeans()
                                 throws MalformedObjectNameException,
                                        MBeanRegistrationException,
                                        InstanceAlreadyExistsException,
                                        NotCompliantMBeanException
Throws:
MalformedObjectNameException
MBeanRegistrationException
InstanceAlreadyExistsException
NotCompliantMBeanException

tearDown

public void tearDown()


Copyright © 2009-2010. All Rights Reserved.