org.jboss.ejb3.mdb
Class ProducerProxy

java.lang.Object
  extended by 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

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
 Object invoke(Object proxy, Method method, 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 Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


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