processResourceRef(ref);
}
else if ( type.equals( mApplicationRefType ) )
{
ImplUtil.getLogger().fine( "NEW ApplicationRef MBEAN registered: " + objectName);
final ApplicationRef ref = mProxyFactory.getProxy(objectName, ApplicationRef.class);
processApplicationRef(ref);
}
}
else if (notif.getType().equals(MBeanServerNotification.UNREGISTRATION_NOTIFICATION))
{