final AttributeList attrs = new AttributeList();
attrs.add( new Attribute("connector-resource-jndi-name", jndiConnectorResourceName ) );
final ObjectName oldObjectName = getOld().createRegistryLocation( attrs );
final ObjectName amxObjectName = finish( oldObjectName, null );
return( amxObjectName );