instanceInfo.osgiInstance = null;
instanceInfo.osgiServiceReference = null;
} catch (Exception e) {
throw new TargetDestructionException(e);
}
}
}
instanceInfoList.clear();
if (dummyReferenceBundle != null) {
try {
dummyReferenceBundle.uninstall();
} catch (BundleException e) {
throw new TargetDestructionException(e);
}
dummyReferenceBundle = null;
}
}