public abstract class MBeanStatsTestCase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static long |
SLEEP |
protected org.apache.geode.distributed.internal.InternalDistributedSystem |
system |
protected static long |
TIMEOUT |
Constructor and Description |
---|
MBeanStatsTestCase() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
init() |
protected void |
sample() |
void |
setUp() |
void |
tearDown() |
protected void |
waitForNotification() |
protected static final long SLEEP
protected static final long TIMEOUT
protected org.apache.geode.distributed.internal.InternalDistributedSystem system
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
protected void waitForNotification() throws java.lang.InterruptedException
java.lang.InterruptedException
protected void sample() throws java.lang.InterruptedException
java.lang.InterruptedException
protected abstract void init()