throws MBeanException, AttributeNotFoundException,
InstanceNotFoundException, ReflectionException
{
Object returnValue = null;
AdminRequest request = new AdminRequest(AdminRequestType.GET_ATTRIBUTE);
AdminRequestConfigurator reqConfigurator =
new AdminRequestConfigurator(request);
reqConfigurator.setObjectName(mbeanName);
reqConfigurator.setAttributeName(attributeName);
reqConfigurator.setClientVersion(ADMIN_CLIENT_VERSION);
AdminResponse response = sendRequest(request);
//Assert.assert(response);
AdminResponseConfigurator resConfigurator =
new AdminResponseConfigurator(response);
if (resConfigurator.hasException())