ATLASPolicyValues atlasValues = null;
try
{
ObjectImpl oi = (ObjectImpl)((ServerRequestInfoImpl) ri).target();
org.jacorb.orb.Delegate d = (org.jacorb.orb.Delegate)oi._get_delegate();
ATLASPolicy policy = (ATLASPolicy)d.getPOA().getPolicy(ATLAS_POLICY_TYPE.value);
if (policy != null)
atlasValues = policy.value();
}
catch (BAD_PARAM e)
{
if (logger.isDebugEnabled())
logger.debug("No ATLAS Policy for "+ri.operation());