1 7 8 package com.sun.corba.se.impl.protocol.giopmsgheaders; 9 10 import org.omg.CORBA.SystemException ; 11 import com.sun.corba.se.spi.ior.IOR; 12 13 19 20 public interface LocateReplyMessage extends Message, LocateReplyOrReplyMessage { 21 22 int UNKNOWN_OBJECT = 0; 23 int OBJECT_HERE = 1; 24 int OBJECT_FORWARD = 2; 25 int OBJECT_FORWARD_PERM = 3; int LOC_SYSTEM_EXCEPTION = 4; int LOC_NEEDS_ADDRESSING_MODE = 5; } 29 | Popular Tags |