org.jboss.ejb3.mdb
Class LocalProducerFactory

java.lang.Object
  extended by org.jboss.ejb3.mdb.ProducerFactory
      extended by org.jboss.ejb3.mdb.LocalProducerFactory
All Implemented Interfaces:
ProxyFactory

public class LocalProducerFactory
extends ProducerFactory

comment

Author:
Bill Burke

Field Summary
protected  String factoryName
           
 
Fields inherited from class org.jboss.ejb3.mdb.ProducerFactory
ctx, dest, initialContextProperties, jndiName, methodMap, pImpl, producer, props, PROXY_FACTORY_NAME
 
Constructor Summary
LocalProducerFactory(Class producer, MessageProperties props, javax.jms.Destination dest, InitialContext ctx, Hashtable icProperties)
           
 
Method Summary
 Object createProxy()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.jboss.ejb3.mdb.ProducerFactory
setContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factoryName

protected String factoryName
Constructor Detail

LocalProducerFactory

public LocalProducerFactory(Class producer,
                            MessageProperties props,
                            javax.jms.Destination dest,
                            InitialContext ctx,
                            Hashtable icProperties)
Method Detail

createProxy

public Object createProxy()

start

public void start()
           throws Exception
Specified by:
start in interface ProxyFactory
Overrides:
start in class ProducerFactory
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface ProxyFactory
Overrides:
stop in class ProducerFactory
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.