Uses of Class
org.sapia.ubik.rmi.interceptor.InvalidInterceptorException

Packages that use InvalidInterceptorException
org.sapia.ubik.rmi.interceptor   
org.sapia.ubik.rmi.server   
 

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

Methods in org.sapia.ubik.rmi.interceptor that throw InvalidInterceptorException
 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 InvalidInterceptorException in org.sapia.ubik.rmi.server
 

Methods in org.sapia.ubik.rmi.server that throw InvalidInterceptorException
 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.