org.jboss.interceptor.proxy
Class DefaultInvocationContextFactory
java.lang.Object
org.jboss.interceptor.proxy.DefaultInvocationContextFactory
- All Implemented Interfaces:
- Serializable, InvocationContextFactory
public class DefaultInvocationContextFactory
- extends Object
- implements InvocationContextFactory
- Author:
- Marius Bogoevici
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultInvocationContextFactory
public DefaultInvocationContextFactory()
newInvocationContext
public javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object[] args)
- Specified by:
newInvocationContext in interface InvocationContextFactory
newInvocationContext
public javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object timer)
- Specified by:
newInvocationContext in interface InvocationContextFactory
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.