Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » backend » impl » jms » [javadoc | source]
org.hibernate.search.backend.impl.jms
public class: JMSBackendQueueProcessorFactory [javadoc | source]
java.lang.Object
   org.hibernate.search.backend.impl.jms.JMSBackendQueueProcessorFactory

All Implemented Interfaces:
    BackendQueueProcessorFactory

Field Summary
public static final  String JMS_CONNECTION_FACTORY     
public static final  String JMS_QUEUE     
Method from org.hibernate.search.backend.impl.jms.JMSBackendQueueProcessorFactory Summary:
getJMSFactory,   getJmsQueue,   getJmsQueueName,   getProcessor,   initialize,   prepareJMSTools
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.backend.impl.jms.JMSBackendQueueProcessorFactory Detail:
 public QueueConnectionFactory getJMSFactory() 
 public Queue getJmsQueue() 
 public String getJmsQueueName() 
 public Runnable getProcessor(List queue) 
 public  void initialize(Properties props,
    SearchFactoryImplementor searchFactoryImplementor) 
 public  void prepareJMSTools()