1 package org.omg.PortableInterceptor; 2 3 4 10 11 12 27 public interface RequestInfoOperations 28 { 29 30 38 int request_id (); 39 40 43 String operation (); 44 45 63 org.omg.Dynamic.Parameter [] arguments (); 64 65 84 org.omg.CORBA.TypeCode [] exceptions (); 85 86 104 String [] contexts (); 105 106 123 String [] operation_context (); 124 125 144 org.omg.CORBA.Any result (); 145 146 157 boolean response_expected (); 158 159 189 short sync_scope (); 190 191 239 short reply_status (); 240 241 246 org.omg.CORBA.Object forward_reference (); 247 248 265 org.omg.CORBA.Any get_slot (int id) throws org.omg.PortableInterceptor.InvalidSlot ; 266 267 278 org.omg.IOP.ServiceContext get_request_service_context (int id); 279 280 291 org.omg.IOP.ServiceContext get_reply_service_context (int id); 292 } | Popular Tags |