Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo

Packages that use ServerRequestInfo
org.omg.PortableInterceptor   
 

Uses of ServerRequestInfo in org.omg.PortableInterceptor
 

Classes in org.omg.PortableInterceptor that implement ServerRequestInfo
 class _ServerRequestInfoLocalBase
          Abstract base class for implementations of local interface ServerRequestInfo
 class ServerRequestInfoLocalTie
          Generated from IDL interface "ServerRequestInfo".
 

Fields in org.omg.PortableInterceptor declared as ServerRequestInfo
 ServerRequestInfo ServerRequestInfoHolder.value
           
 

Methods in org.omg.PortableInterceptor that return ServerRequestInfo
static ServerRequestInfo ServerRequestInfoHelper.extract(Any any)
           
static ServerRequestInfo ServerRequestInfoHelper.narrow(Object obj)
           
static ServerRequestInfo ServerRequestInfoHelper.read(InputStream in)
           
static ServerRequestInfo ServerRequestInfoHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInfo
static void ServerRequestInfoHelper.insert(Any any, ServerRequestInfo s)
           
 void ServerRequestInterceptorLocalTie.receive_request_service_contexts(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
           
 void ServerRequestInterceptorLocalTie.receive_request(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
           
 void ServerRequestInterceptorLocalTie.send_exception(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
           
 void ServerRequestInterceptorLocalTie.send_other(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
           
 void ServerRequestInterceptorLocalTie.send_reply(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_reply(ServerRequestInfo ri)
           
static void ServerRequestInfoHelper.write(OutputStream _out, ServerRequestInfo s)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type ServerRequestInfo
ServerRequestInfoHolder(ServerRequestInfo initial)
           
 



Copyright © 2009. All Rights Reserved.