handleSetterException(
DestinationAttributes.LOCAL_DELIVERY_PREFERRED, e);
}
}
public Boolean getLocalDeliveryPreferred() {
DestinationInfo di = DestinationUtil.getDestinationInfo(d);
if (di.destCDP == ClusterDeliveryPolicy.LOCAL_PREFERRED) {
return (Boolean.TRUE);
}
return (Boolean.FALSE);