org.jboss.ejb3.mdb
Class ProducerProxy
java.lang.Object
org.jboss.ejb3.mdb.ProducerProxy
- All Implemented Interfaces:
- Serializable, InvocationHandler
public class ProducerProxy
- extends Object
- implements InvocationHandler, Serializable
Comment
- Version:
- $Revision: 78987 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
producer
protected ProducerManager producer
interceptors
protected org.jboss.aop.advice.Interceptor[] interceptors
ProducerProxy
public ProducerProxy(ProducerManager producer,
org.jboss.aop.advice.Interceptor[] interceptors)
ProducerProxy
public ProducerProxy()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.