org.jboss.ejb3.annotation.impl
Class ProducerImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.ProducerImpl
All Implemented Interfaces:
Serializable, Annotation, org.jboss.ejb3.annotation.Producer

public class ProducerImpl
extends Object
implements org.jboss.ejb3.annotation.Producer, Serializable

comment

Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
ProducerImpl(Class producer)
           
ProducerImpl(org.jboss.ejb3.annotation.Producer producer)
           
ProducerImpl(String connectionFactory, boolean transacted, int acknowledgeMode)
           
 
Method Summary
 int acknowledgeMode()
           
 Class<? extends Annotation> annotationType()
           
 String connectionFactory()
           
 Class producer()
           
 void setConnectionFactory(String connectionFactory)
           
 boolean transacted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

ProducerImpl

public ProducerImpl(Class producer)

ProducerImpl

public ProducerImpl(String connectionFactory,
                    boolean transacted,
                    int acknowledgeMode)

ProducerImpl

public ProducerImpl(org.jboss.ejb3.annotation.Producer producer)
Method Detail

producer

public Class producer()

connectionFactory

public String connectionFactory()

setConnectionFactory

public void setConnectionFactory(String connectionFactory)

transacted

public boolean transacted()

acknowledgeMode

public int acknowledgeMode()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


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