org.jboss.ejb3.mdb
Class ProducerProxy

java.lang.Object
  extended by org.jboss.ejb3.mdb.ProducerProxy
All Implemented Interfaces:
java.io.Serializable, java.lang.reflect.InvocationHandler

public class ProducerProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable

Comment

See Also:
Serialized Form

Field Summary
protected  org.jboss.aop.advice.Interceptor[] interceptors
           
protected  ProducerManager producer
           
 
Constructor Summary
ProducerProxy()
           
ProducerProxy(ProducerManager producer, org.jboss.aop.advice.Interceptor[] interceptors)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

producer

protected ProducerManager producer

interceptors

protected org.jboss.aop.advice.Interceptor[] interceptors
Constructor Detail

ProducerProxy

public ProducerProxy(ProducerManager producer,
                     org.jboss.aop.advice.Interceptor[] interceptors)

ProducerProxy

public ProducerProxy()
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable