Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo

Packages that use ServerRequestInfo
org.apache.yoko.orb.csi   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.PortableInterceptor   
org.omg.PortableInterceptor   
 

Uses of ServerRequestInfo in org.apache.yoko.orb.csi
 

Methods in org.apache.yoko.orb.csi with parameters of type ServerRequestInfo
 void CSIServerRequestInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 void CSIServerRequestInterceptor.receive_request(ServerRequestInfo ri)
           
 void CSIServerRequestInterceptor.send_exception(ServerRequestInfo ri)
           
 void CSIServerRequestInterceptor.send_other(ServerRequestInfo ri)
           
 void CSIServerRequestInterceptor.send_reply(ServerRequestInfo ri)
           
 

Uses of ServerRequestInfo in org.apache.yoko.orb.OB
 

Fields in org.apache.yoko.orb.OB declared as ServerRequestInfo
protected  ServerRequestInfo PIUpcall.requestInfo_
           
 

Uses of ServerRequestInfo in org.apache.yoko.orb.PortableInterceptor
 

Subinterfaces of ServerRequestInfo in org.apache.yoko.orb.PortableInterceptor
 interface ServerRequestInfoExt
           
 

Classes in org.apache.yoko.orb.PortableInterceptor that implement ServerRequestInfo
 class ServerRequestInfo_impl
           
 

Uses of ServerRequestInfo in org.omg.PortableInterceptor
 

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 val)
           
static ServerRequestInfo ServerRequestInfoHelper.read(InputStream in)
           
 

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

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.