public org.omg.CORBA.Object forward_reference()
{
if (! (caller_op != ServerInterceptorIterator.SEND_OTHER) ||
(reply_status != LOCATION_FORWARD.value))
{
throw new BAD_INV_ORDER("The attribute \"forward_reference\" is currently " +
"invalid!", 10, CompletionStatus.COMPLETED_MAYBE);
}
return forward_reference;
}