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 public interface LocateReplyOrReplyMessage extends Message { 14 15 int getRequestId(); 16 int getReplyStatus(); 17 SystemException getSystemException(String message); 18 IOR getIOR(); 19 short getAddrDisposition(); 20 } 21 22 24 | Popular Tags |