org.jboss.ejb3.mdb
Class ProducerProxy
java.lang.Object
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
|
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 |
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 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