org.omg.PortableInterceptor
Interface RequestInfoOperations

All Known Subinterfaces:
ClientRequestInfo, ClientRequestInfoOperations, RequestInfo, ServerRequestInfo, ServerRequestInfoOperations
All Known Implementing Classes:
_ClientRequestInfoLocalBase, _RequestInfoLocalBase, _ServerRequestInfoLocalBase, ClientRequestInfoLocalTie, RequestInfoLocalTie, ServerRequestInfoLocalTie

public interface RequestInfoOperations

Generated from IDL interface "RequestInfo".

Version:
generated at Mar 23, 2009 3:46:19 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 Parameter[] arguments()
           
 java.lang.String[] contexts()
           
 TypeCode[] exceptions()
           
 Object forward_reference()
           
 ServiceContext get_reply_service_context(int id)
           
 ServiceContext get_request_service_context(int id)
           
 Any get_slot(int id)
           
 java.lang.String[] operation_context()
           
 java.lang.String operation()
           
 short reply_status()
           
 int request_id()
           
 boolean response_expected()
           
 Any result()
           
 short sync_scope()
           
 

Method Detail

request_id

int request_id()

operation

java.lang.String operation()

arguments

Parameter[] arguments()

exceptions

TypeCode[] exceptions()

contexts

java.lang.String[] contexts()

operation_context

java.lang.String[] operation_context()

result

Any result()

response_expected

boolean response_expected()

sync_scope

short sync_scope()

reply_status

short reply_status()

forward_reference

Object forward_reference()

get_slot

Any get_slot(int id)
             throws InvalidSlot
Throws:
InvalidSlot

get_request_service_context

ServiceContext get_request_service_context(int id)

get_reply_service_context

ServiceContext get_reply_service_context(int id)


Copyright © 2009. All Rights Reserved.