JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.spi.context
Interface InvocationContextFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultInvocationContextFactory

public interface InvocationContextFactory
extends Serializable

Author:
Marius Bogoevici

Method Summary
 javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, Object o, Method method, Object timer)
           
 javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, Object o, Method method, Object[] args)
           
 

Method Detail

newInvocationContext

javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain,
                                                         Object o,
                                                         Method method,
                                                         Object[] args)

newInvocationContext

javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain,
                                                         Object o,
                                                         Method method,
                                                         Object timer)

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

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