Ajocado API 1.0.0.Alpha2

Uses of Interface
org.jboss.arquillian.ajocado.interception.CommandInterceptor

Packages that use CommandInterceptor
org.jboss.arquillian.ajocado.interception   
 

Uses of CommandInterceptor in org.jboss.arquillian.ajocado.interception
 

Methods in org.jboss.arquillian.ajocado.interception that return CommandInterceptor
 CommandInterceptor InterceptionProxy.unregisterInterceptor(CommandInterceptor interceptor)
           
 

Methods in org.jboss.arquillian.ajocado.interception that return types with arguments of type CommandInterceptor
 Set<CommandInterceptor> InterceptionProxy.unregisterInterceptorType(Class<? extends CommandInterceptor> type)
           
 

Methods in org.jboss.arquillian.ajocado.interception with parameters of type CommandInterceptor
 void InterceptionProxy.registerInterceptor(CommandInterceptor interceptor)
           
 CommandInterceptor InterceptionProxy.unregisterInterceptor(CommandInterceptor interceptor)
           
 

Method parameters in org.jboss.arquillian.ajocado.interception with type arguments of type CommandInterceptor
 Set<CommandInterceptor> InterceptionProxy.unregisterInterceptorType(Class<? extends CommandInterceptor> type)
           
 


Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.