001 package org.omg.PortableInterceptor; 002 003 004 /** 005 * Generated from IDL interface "ServerRequestInfo". 006 * 007 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 008 * @version generated at Jun 18, 2012 10:37:54 AM 009 */ 010 011 public interface ServerRequestInfoOperations 012 extends org.omg.PortableInterceptor.RequestInfoOperations 013 { 014 /* constants */ 015 /* operations */ 016 org.omg.CORBA.Any sending_exception(); 017 java.lang.String server_id(); 018 java.lang.String orb_id(); 019 java.lang.String[] adapter_name(); 020 byte[] object_id(); 021 byte[] adapter_id(); 022 java.lang.String target_most_derived_interface(); 023 org.omg.CORBA.Policy get_server_policy(int type); 024 void set_slot(int id, org.omg.CORBA.Any data) throws org.omg.PortableInterceptor.InvalidSlot; 025 boolean target_is_a(java.lang.String id); 026 void add_reply_service_context(org.omg.IOP.ServiceContext service_context, boolean replace); 027 }