org.jboss.ejb3.mdb
Class LocalProducerFactory
java.lang.Object
org.jboss.ejb3.mdb.ProducerFactory
org.jboss.ejb3.mdb.LocalProducerFactory
- All Implemented Interfaces:
- ProxyFactory
public class LocalProducerFactory
- extends ProducerFactory
comment
|
Constructor Summary |
LocalProducerFactory(ConsumerContainer container,
java.lang.Class producer,
org.jboss.ejb3.annotation.MessageProperties props,
javax.jms.Destination dest,
javax.naming.InitialContext ctx,
java.util.Hashtable icProperties)
|
|
Method Summary |
java.lang.Object |
createProxyBusiness()
Create an EJB3 Business proxy with no
specific target business interface |
void |
start()
Lifecycle Start |
void |
stop()
Lifecycle Stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factoryName
protected java.lang.String factoryName
LocalProducerFactory
public LocalProducerFactory(ConsumerContainer container,
java.lang.Class producer,
org.jboss.ejb3.annotation.MessageProperties props,
javax.jms.Destination dest,
javax.naming.InitialContext ctx,
java.util.Hashtable icProperties)
createProxyBusiness
public java.lang.Object createProxyBusiness()
- Description copied from interface:
ProxyFactory
- Create an EJB3 Business proxy with no
specific target business interface
- Returns:
start
public void start()
throws java.lang.Exception
- Description copied from interface:
ProxyFactory
- Lifecycle Start
- Specified by:
start in interface ProxyFactory- Overrides:
start in class ProducerFactory
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Description copied from interface:
ProxyFactory
- Lifecycle Stop
- Specified by:
stop in interface ProxyFactory- Overrides:
stop in class ProducerFactory
- Throws:
java.lang.Exception