Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfoOperations
-
Packages that use ServerRequestInfoOperations Package Description com.sun.corba.ee.impl.interceptors org.omg.PortableInterceptor -
-
Uses of ServerRequestInfoOperations in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement ServerRequestInfoOperations Modifier and Type Class Description class
ServerRequestInfoImpl
Implementation of the ServerRequestInfo interface as specified in orbos/99-12-02 section 5.4.3. -
Uses of ServerRequestInfoOperations in org.omg.PortableInterceptor
Subinterfaces of ServerRequestInfoOperations in org.omg.PortableInterceptor Modifier and Type Interface Description interface
ServerRequestInfo
Request Information, accessible to server-side request interceptors.
-