Uses of Interface
org.omg.PortableInterceptor.InterceptorOperations

Packages that use InterceptorOperations
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.standardInterceptors   
org.jacorb.security.level2   
org.jacorb.security.sas   
org.jacorb.util.tracing   
org.omg.PortableInterceptor   
 

Uses of InterceptorOperations in org.jacorb.orb.giop
 

Classes in org.jacorb.orb.giop that implement InterceptorOperations
 class BiDirConnectionClientInterceptor
           
 class BiDirConnectionServerInterceptor
          BiDirConnectionServerInterceptor.java Created: Sun Sep 2 18:16:27 2002
 

Uses of InterceptorOperations in org.jacorb.orb.portableInterceptor
 

Classes in org.jacorb.orb.portableInterceptor that implement InterceptorOperations
 class DefaultClientInterceptor
           
 class DefaultServerInterceptor
          DefaultServerInterceptor.java A simple base class for user-defined server interceptors
 class RecursionAwareCI
           
 

Uses of InterceptorOperations in org.jacorb.orb.standardInterceptors
 

Classes in org.jacorb.orb.standardInterceptors that implement InterceptorOperations
 class CodeSetInfoInterceptor
          This interceptor creates a codeset TaggedComponent.
 class SASComponentInterceptor
          This interceptor creates an sas TaggedComponent
 class SSLComponentInterceptor
          This interceptor creates an ssl TaggedComponent
 

Uses of InterceptorOperations in org.jacorb.security.level2
 

Classes in org.jacorb.security.level2 that implement InterceptorOperations
 class ServerAccessDecisionInterceptor
          ServerAccessDecisionInterceptor.java Created: Wed Jul 5 14:31:30 2000
 

Uses of InterceptorOperations in org.jacorb.security.sas
 

Classes in org.jacorb.security.sas that implement InterceptorOperations
 class SASClientInterceptor
          This is the SAS Client Security Service (CSS) Interceptor
 class SASTargetInterceptor
          This is the SAS Target Security Service (TSS) Interceptor
 

Uses of InterceptorOperations in org.jacorb.util.tracing
 

Classes in org.jacorb.util.tracing that implement InterceptorOperations
 class ClientTraceInterceptor
           
 class ServerTraceInterceptor
           
 

Uses of InterceptorOperations in org.omg.PortableInterceptor
 

Subinterfaces of InterceptorOperations in org.omg.PortableInterceptor
 interface ClientRequestInterceptor
          Generated from IDL interface "ClientRequestInterceptor"
 interface ClientRequestInterceptorOperations
          Generated from IDL interface "ClientRequestInterceptor"
 interface Interceptor
          Generated from IDL interface "Interceptor"
 interface IORInterceptor
          Generated from IDL interface "IORInterceptor"
 interface IORInterceptorOperations
          Generated from IDL interface "IORInterceptor"
 interface ServerRequestInterceptor
          Generated from IDL interface "ServerRequestInterceptor"
 interface ServerRequestInterceptorOperations
          Generated from IDL interface "ServerRequestInterceptor"