org.figure8.join.services.scripting.jsr223
Class JSR223ScriptLauncherJMSAdapter

java.lang.Object
  extended by org.figure8.join.services.scripting.ScriptLauncherAdapterSupport
      extended by org.figure8.join.services.scripting.ScriptLauncherJMSAdapter
          extended by org.figure8.join.services.scripting.jsr223.JSR223ScriptLauncherJMSAdapter
All Implemented Interfaces:
javax.jms.MessageListener, Configurable, JMSConsumerBean

public class JSR223ScriptLauncherJMSAdapter
extends ScriptLauncherJMSAdapter

This is an extension of ScriptLauncherJMSAdapter that uses a JSR223ScriptLauncher.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux

Field Summary
 
Fields inherited from class org.figure8.join.services.scripting.ScriptLauncherJMSAdapter
extractionParam, EXTRACTOR_PARAM, parameters
 
Fields inherited from class org.figure8.join.services.scripting.ScriptLauncherAdapterSupport
name
 
Constructor Summary
JSR223ScriptLauncherJMSAdapter()
           
 
Method Summary
 ScriptLauncher getScriptLauncher()
          Subclasses must implement this method in order to specify the ScriptLauncher implementation to use (and thus the scripting language).
 
Methods inherited from class org.figure8.join.services.scripting.ScriptLauncherJMSAdapter
getParameterDefinitionsAsList, onMessage, setParameter, setPropertiesExtractorClass, stop
 
Methods inherited from class org.figure8.join.services.scripting.ScriptLauncherAdapterSupport
createNewLogFile, getName, getParameterDefinitions, saveLogInfoIfAvailable, setName, setParameter, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.figure8.join.core.messaging.JMSConsumerBean
getName, setName
 

Constructor Detail

JSR223ScriptLauncherJMSAdapter

public JSR223ScriptLauncherJMSAdapter()
Method Detail

getScriptLauncher

public ScriptLauncher getScriptLauncher()
Description copied from class: ScriptLauncherAdapterSupport
Subclasses must implement this method in order to specify the ScriptLauncher implementation to use (and thus the scripting language).

Specified by:
getScriptLauncher in class ScriptLauncherAdapterSupport
Returns:
A JSR223ScriptLauncher instance


Copyright © 2005-2008 Join. All Rights Reserved.