Uses of Class
org.apache.beehive.controls.spi.svc.InterceptorPivotException

Packages that use InterceptorPivotException
org.apache.beehive.controls.runtime.bean   
org.apache.beehive.controls.spi.svc   
 

Uses of InterceptorPivotException in org.apache.beehive.controls.runtime.bean
 

Methods in org.apache.beehive.controls.runtime.bean that throw InterceptorPivotException
protected  void ControlBean.preInvoke(Method m, Object[] args, String[] interceptorNames)
          The preinvoke method is called before all operations on the control.
 

Uses of InterceptorPivotException in org.apache.beehive.controls.spi.svc
 

Methods in org.apache.beehive.controls.spi.svc that throw InterceptorPivotException
 void Interceptor.preEvent(ControlBean cb, Class eventSet, Method m, Object[] args)
          Called before a control event is fired (through a client proxy)
 void Interceptor.preInvoke(ControlBean cb, Method m, Object[] args)
          Called before a control operation is invoked