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