Uses of Interface
org.sapia.ubik.rmi.interceptor.Interceptor

Packages that use Interceptor
org.sapia.ubik.rmi.examples.interceptor   
org.sapia.ubik.rmi.examples.replication   
org.sapia.ubik.rmi.interceptor   
org.sapia.ubik.rmi.server   
 

Uses of Interceptor in org.sapia.ubik.rmi.examples.interceptor
 

Classes in org.sapia.ubik.rmi.examples.interceptor that implement Interceptor
 class HitCountInterceptor
           
 class SecurityServiceImpl
           
 

Uses of Interceptor in org.sapia.ubik.rmi.examples.replication
 

Classes in org.sapia.ubik.rmi.examples.replication that implement Interceptor
 class ClientSideInterceptor
           
 class ServerSideInterceptor
           
 

Uses of Interceptor in org.sapia.ubik.rmi.interceptor
 

Methods in org.sapia.ubik.rmi.interceptor with parameters of type Interceptor
 void MultiDispatcher.addInterceptor(java.lang.Class event, Interceptor it)
          Adds an interceptor for the given event type.
 void SingleDispatcher.registerInterceptor(java.lang.Class event, Interceptor it)
          Registers an interceptor with the given event type.
 

Uses of Interceptor in org.sapia.ubik.rmi.server
 

Methods in org.sapia.ubik.rmi.server with parameters of type Interceptor
 void ServerRuntime.addInterceptor(java.lang.Class eventClass, Interceptor it)
          Adds an interceptor of server-side events to this instance.
 void ClientRuntime.addInterceptor(java.lang.Class eventClass, Interceptor it)
          Adds a client-side interceptor to this client.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.