}
public void testClusteredNonadvisedRemoting() throws Exception
{
MBeanServerConnection server = getServer();
NonadvisedPOJO pojo = (NonadvisedPOJO)server.invoke(testerName, "testClusteredNonadvisedRemoting", noparams, nosig);
try
{
String rtn = pojo.remoteTest(); // invokes remotely
if (!rtn.equals("hello"))
throw new Exception("DID NOT GET EXPECTED REMOTE VALUE");
}
finally
{