org.jboss.ejb3.annotation.impl
Class ProducerImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProducerImpl
public ProducerImpl(Class producer)
ProducerImpl
public ProducerImpl(String connectionFactory,
boolean transacted,
int acknowledgeMode)
ProducerImpl
public ProducerImpl(org.jboss.ejb3.annotation.Producer producer)
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.