public void testCounterSimpleNotification()
throws Exception
{
try
{
monitored = new CounterSupport();
observedObject = new ObjectName("Monitor:type=CounterSupport");
observedAttribute = "Value";
startCounterService(false, 0, 0, 10);
ObjectName[] observed = (ObjectName[]) server.getAttribute(this.monitorName,
"ObservedObjects");