001    package org.omg.PortableInterceptor;
002    
003    
004    /**
005     * Generated from IDL interface "RequestInfo".
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 RequestInfoOperations
012    {
013            /* constants */
014            /* operations  */
015            int request_id();
016            java.lang.String operation();
017            org.omg.Dynamic.Parameter[] arguments();
018            org.omg.CORBA.TypeCode[] exceptions();
019            java.lang.String[] contexts();
020            java.lang.String[] operation_context();
021            org.omg.CORBA.Any result();
022            boolean response_expected();
023            short sync_scope();
024            short reply_status();
025            org.omg.CORBA.Object forward_reference();
026            org.omg.CORBA.Any get_slot(int id) throws org.omg.PortableInterceptor.InvalidSlot;
027            org.omg.IOP.ServiceContext get_request_service_context(int id);
028            org.omg.IOP.ServiceContext get_reply_service_context(int id);
029    }