Uses of Class
org.figure8.join.services.scripting.ScriptLauncherAdapterSupport

Packages that use ScriptLauncherAdapterSupport
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 ScriptLauncherAdapterSupport in org.figure8.join.services.scripting
 

Subclasses of ScriptLauncherAdapterSupport in org.figure8.join.services.scripting
 class ScriptLauncherJMSAdapter
          This is a base class for JMS consumers that wants to launch scripts when a new message arrive.
 class ScriptLauncherQuartzAdapter
          This is a base class for Quartz jobs that wants to launch script when the time scheduled with cron arrive.
 

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

Subclasses of ScriptLauncherAdapterSupport in org.figure8.join.services.scripting.ant
 class AntScriptLauncherJMSAdapter
          This is an extension of ScriptLauncherJMSAdapter that uses a AntScriptLauncher.
 class AntScriptLauncherQuartzAdapter
          This is an extension of ScriptLauncherQuartzAdapter that uses a AntScriptLauncher.
 

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

Subclasses of ScriptLauncherAdapterSupport in org.figure8.join.services.scripting.groovy
 class GroovyScriptLauncherJMSAdapter
          This is an extension of ScriptLauncherJMSAdapter that uses a GroovyScriptLauncher.
 class GroovyScriptLauncherQuartzAdapter
          This is an extension of ScriptLauncherQuartzAdapter that uses a GroovyScriptLauncher.
 

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

Subclasses of ScriptLauncherAdapterSupport in org.figure8.join.services.scripting.jsr223
 class JSR223ScriptLauncherJMSAdapter
          This is an extension of ScriptLauncherJMSAdapter that uses a JSR223ScriptLauncher.
 class JSR223ScriptLauncherQuartzAdapter
          This is an extension of ScriptLauncherQuartzAdapter that uses a JSR223ScriptLauncher.
 

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

Subclasses of ScriptLauncherAdapterSupport in org.figure8.join.services.scripting.ruby
 class RubyScriptLauncherJMSAdapter
          This is an extension of ScriptLauncherJMSAdapter that uses a RubyScriptLauncher.
 class RubyScriptLauncherQuartzAdapter
           
 



Copyright © 2005-2008 Join. All Rights Reserved.