JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.builder
Interface BuildableInterceptionModel<T,I>

All Superinterfaces:
InterceptionModel<T,I>, Serializable

public interface BuildableInterceptionModel<T,I>
extends InterceptionModel<T,I>

An interception model that can be manipulated by the builder.

Author:
Marius Bogoevici

Method Summary
 void appendInterceptors(InterceptionType interceptionType, Method method, InterceptorMetadata<I>... interceptors)
           
 void setIgnoresGlobals(Method m, boolean b)
           
 
Methods inherited from interface org.jboss.interceptor.spi.model.InterceptionModel
getAllInterceptors, getInterceptedEntity, getInterceptors
 

Method Detail

setIgnoresGlobals

void setIgnoresGlobals(Method m,
                       boolean b)

appendInterceptors

void appendInterceptors(InterceptionType interceptionType,
                        Method method,
                        InterceptorMetadata<I>... interceptors)

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

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