.getServiceReference(IPAMValuationService.class.getName());
if (ipamsr != null) {
IPAMValuationService ipam = (IPAMValuationService) Activator.bc
.getService(ipamsr);
if (ipam != null) {
Levels levels = ipam.getLevels(inputPath, authMethod);
authLevel = levels.getAuthLevel();
confLevel = levels.getConfLevel();
integrLevel = levels.getIntegrLevel();
} else {
if (Activator.log.doWarn())
Activator.log.warn("IPAM service is not available. "
+ "Using fallback IPAM context");
}