Uses of Class
org.figure8.join.core.ParameterDefinition

Packages that use ParameterDefinition
org.figure8.join.core   
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.jsr223   
org.figure8.join.services.scripting.ruby   
 

Uses of ParameterDefinition in org.figure8.join.core
 

Methods in org.figure8.join.core that return ParameterDefinition
 ParameterDefinition[] Configurable.getParameterDefinitions()
          Get this object parameters definitions as an array
 

Methods in org.figure8.join.core with parameters of type ParameterDefinition
 void Configurable.setParameter(ParameterDefinition parameter, java.lang.String parameterValue)
          Set the value of a parameter using its definitions
 

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

Fields in org.figure8.join.services.notification declared as ParameterDefinition
protected static ParameterDefinition SubscribersNotifierAdapterSupport.eventParam
          ParameterDefinition representation of parameter denoting the key of event to notify.
protected static ParameterDefinition SubscribersNotifierJMSAdapter.extractionParam
          ParameterDefinition representation of parameter denoting the propertiesExtractor to use.
protected static ParameterDefinition SubscribersNotifierAdapterSupport.resourceParam
          ParameterDefinition representation of parameter denoting the key of resource to notify event for.
protected static ParameterDefinition SubscribersNotifierJMSAdapter.resourcePropParam
          ParameterDefinition representation of parameter denoting the key of resource to notify event for.
 

Methods in org.figure8.join.services.notification that return ParameterDefinition
 ParameterDefinition[] SubscribersNotifierAdapterSupport.getParameterDefinitions()
          Get this object parameters definitions as an array
 

Methods in org.figure8.join.services.notification with parameters of type ParameterDefinition
 void SubscribersNotifierAdapterSupport.setParameter(ParameterDefinition parameter, java.lang.String parameterValue)
          Set the value of a parameter using its definitions
 

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

Fields in org.figure8.join.services.notification.im declared as ParameterDefinition
protected static ParameterDefinition XMPPNotifier.passwordParam
          ParameterDefinition representation of parameter denoting the password for connecting to IM.
protected static ParameterDefinition XMPPNotifier.portParam
          ParameterDefinition representation of parameter denoting the port of the IM server.
protected static ParameterDefinition XMPPNotifier.pseudoParam
          ParameterDefintion representation of parameter denoting the nick name for joining chat room.
protected static ParameterDefinition XMPPNotifier.roomParam
          ParameterDefintion representation of parameter denoting the chat room where to send messages.
protected static ParameterDefinition XMPPNotifier.serverParam
          ParameterDefinition representation of parameter denoting the name of the IM server.
protected static ParameterDefinition XMPPNotifier.userParam
          ParameterDefinition representation of parameter denoting the user name for connecting to IM.
 

Methods in org.figure8.join.services.notification.im that return ParameterDefinition
 ParameterDefinition[] XMPPNotifier.getParameterDefinitions()
          Get this object parameters definitions as an array
 

Methods in org.figure8.join.services.notification.im with parameters of type ParameterDefinition
 void XMPPNotifier.setParameter(ParameterDefinition parameter, java.lang.String parameterValue)
          Set the value of a parameter using its definitions
 

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

Fields in org.figure8.join.services.notification.mail declared as ParameterDefinition
protected static ParameterDefinition MailNotifier.fromParam
          ParameterDefinition representation of parameter denoting the From address to use.
protected static ParameterDefinition MailNotifier.hostParam
          ParameterDefinition representation of parameter denoting the SMTP host to use.
protected static ParameterDefinition MailNotifier.pwdParam
          ParameterDefinition representation of parameter denoting the password of SMTP host.
protected static ParameterDefinition MailNotifier.userParam
          ParameterDefintion representation of paramter denoting the username of SMTP host.
 

Methods in org.figure8.join.services.notification.mail that return ParameterDefinition
 ParameterDefinition[] MailNotifier.getParameterDefinitions()
          Get this object parameters definitions as an array
 

Methods in org.figure8.join.services.notification.mail with parameters of type ParameterDefinition
 void MailNotifier.setParameter(ParameterDefinition parameter, java.lang.String parameterValue)
          Set the value of a parameter using its definitions
 

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

Fields in org.figure8.join.services.scripting declared as ParameterDefinition
protected static ParameterDefinition ScriptLauncherJMSAdapter.extractionParam
          ParameterDefinition representation of parameter denoting the propertiesExtractor to use.
protected static ParameterDefinition ScriptLauncher.scriptParam
          ParameterDefinition representation of parameter denoting the path of script to run.
 

Methods in org.figure8.join.services.scripting that return ParameterDefinition
 ParameterDefinition[] ScriptLauncherAdapterSupport.getParameterDefinitions()
          Get this object parameters definitions as an array
 ParameterDefinition[] ScriptLauncher.getParameterDefinitions()
          Get this object parameters definitions as an array.
 

Methods in org.figure8.join.services.scripting with parameters of type ParameterDefinition
 void ScriptLauncherAdapterSupport.setParameter(ParameterDefinition parameter, java.lang.String parameterValue)
          Set the value of a parameter using its definition.
 void ScriptLauncher.setParameter(ParameterDefinition parameter, java.lang.String parameterValue)
          Set the value of a parameter using its definition.
 

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

Fields in org.figure8.join.services.scripting.ant declared as ParameterDefinition
protected static ParameterDefinition AntScriptLauncher.logLevelParam
          ParameterDefinition representation of parameter denoting the log level of execution.
protected static ParameterDefinition AntScriptLauncher.targetParam
          ParameterDefinition representation of parameter denoting the target to execute.
 

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

Fields in org.figure8.join.services.scripting.jsr223 declared as ParameterDefinition
protected static ParameterDefinition JSR223ScriptLauncher.engineParam
          ParameterDefinition of the parameter representing the engine for executing script.
 

Methods in org.figure8.join.services.scripting.jsr223 that return ParameterDefinition
 ParameterDefinition[] JSR223ScriptLauncher.getParameterDefinitions()
          Get this object parameters definitions as an array
 

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

Fields in org.figure8.join.services.scripting.ruby declared as ParameterDefinition
protected static ParameterDefinition RubyScriptLauncher.targetParam
          ParameterDefinition representation of parameter denoting the target to execute.
 



Copyright © 2005-2008 Join. All Rights Reserved.