1 package org.omg.PortableInterceptor; 2 3 4 10 11 12 224 public interface ServerRequestInfoOperations extends org.omg.PortableInterceptor.RequestInfoOperations 225 { 226 227 241 org.omg.CORBA.Any sending_exception (); 242 243 247 byte[] object_id (); 248 249 252 byte[] adapter_id (); 253 254 258 String server_id (); 259 260 263 String orb_id (); 264 265 269 String [] adapter_name (); 270 271 275 String target_most_derived_interface (); 276 277 292 org.omg.CORBA.Policy get_server_policy (int type); 293 294 306 void set_slot (int id, org.omg.CORBA.Any data) throws org.omg.PortableInterceptor.InvalidSlot ; 307 308 316 boolean target_is_a (String id); 317 318 335 void add_reply_service_context (org.omg.IOP.ServiceContext service_context, boolean replace); 336 } | Popular Tags |