Uses of Interface
org.figure8.join.core.messaging.JMSConsumerBean

Packages that use JMSConsumerBean
org.figure8.join.core.messaging   
org.figure8.join.services.notification   
org.figure8.join.services.notification.im   
org.figure8.join.services.notification.mail   
org.figure8.join.services.scripting   
org.figure8.join.services.scripting.ant   
org.figure8.join.services.scripting.groovy   
org.figure8.join.services.scripting.jsr223   
org.figure8.join.services.scripting.ruby   
 

Uses of JMSConsumerBean in org.figure8.join.core.messaging
 

Classes in org.figure8.join.core.messaging that implement JMSConsumerBean
 class EchoJMSConsumerBean
          This is a simple, dummy consumer that just echoes messages using commons logging and store processed messages into a list.
 

Methods in org.figure8.join.core.messaging that return JMSConsumerBean
 JMSConsumerBean JMSConsumerBeanSpringWrapper.getConsumerBean()
           
 JMSConsumerBean JMSConsumerBeanInfo.getJMSConsumerBean()
          Get the JMSConsumerBean wrapped within this infos container.
 

Methods in org.figure8.join.core.messaging with parameters of type JMSConsumerBean
 void JMSConsumerBeanSpringWrapper.setConsumerBean(JMSConsumerBean consumerBean)
           
 

Uses of JMSConsumerBean in org.figure8.join.services.notification
 

Classes in org.figure8.join.services.notification that implement JMSConsumerBean
 class SubscribersNotifierJMSAdapter
          This is a base class for JMS consumers that wants to notify subscribers when a new message arrive.
 

Uses of JMSConsumerBean in org.figure8.join.services.notification.im
 

Classes in org.figure8.join.services.notification.im that implement JMSConsumerBean
 class GoogleTalkNotifierJMSAdapter
          This is an extension of SubscribersNotifierJMSAdapter that uses GoogleTalkNotifier.
 class XMPPNotifierJMSAdapter
          This is an extension of SubscribersNotifierJMSAdapter that uses XMPPNotifier.
 

Uses of JMSConsumerBean in org.figure8.join.services.notification.mail
 

Classes in org.figure8.join.services.notification.mail that implement JMSConsumerBean
 class MailNotifierJMSAdapter
          This is an extension of SubscribersNotifierJMSAdapter that uses MailNotifier.
 

Uses of JMSConsumerBean in org.figure8.join.services.scripting
 

Classes in org.figure8.join.services.scripting that implement JMSConsumerBean
 class ScriptLauncherJMSAdapter
          This is a base class for JMS consumers that wants to launch scripts when a new message arrive.
 

Uses of JMSConsumerBean in org.figure8.join.services.scripting.ant
 

Classes in org.figure8.join.services.scripting.ant that implement JMSConsumerBean
 class AntScriptLauncherJMSAdapter
          This is an extension of ScriptLauncherJMSAdapter that uses a AntScriptLauncher.
 

Uses of JMSConsumerBean in org.figure8.join.services.scripting.groovy
 

Classes in org.figure8.join.services.scripting.groovy that implement JMSConsumerBean
 class GroovyScriptLauncherJMSAdapter
          This is an extension of ScriptLauncherJMSAdapter that uses a GroovyScriptLauncher.
 

Uses of JMSConsumerBean in org.figure8.join.services.scripting.jsr223
 

Classes in org.figure8.join.services.scripting.jsr223 that implement JMSConsumerBean
 class JSR223ScriptLauncherJMSAdapter
          This is an extension of ScriptLauncherJMSAdapter that uses a JSR223ScriptLauncher.
 

Uses of JMSConsumerBean in org.figure8.join.services.scripting.ruby
 

Classes in org.figure8.join.services.scripting.ruby that implement JMSConsumerBean
 class RubyScriptLauncherJMSAdapter
          This is an extension of ScriptLauncherJMSAdapter that uses a RubyScriptLauncher.
 



Copyright © 2005-2008 Join. All Rights Reserved.