Uses of Class
org.rhq.bindings.StandardBindings

Packages that use StandardBindings
org.rhq.bindings   
org.rhq.bindings.script   
 

Uses of StandardBindings in org.rhq.bindings
 

Methods in org.rhq.bindings with parameters of type StandardBindings
static ScriptEngine ScriptEngineFactory.getScriptEngine(String language, PackageFinder packageFinder, StandardBindings bindings)
          Initializes the script engine for given language.
static ScriptEngine ScriptEngineFactory.getSecuredScriptEngine(String language, PackageFinder packageFinder, StandardBindings bindings, PermissionCollection permissions)
          This method is similar to the #getScriptEngine(String, PackageFinder, StandardBindings, ScriptSourceProvider...) method but additionally applies a security wrapper on the returned script engine so that the scripts execute with the provided java permissions.
static void ScriptEngineFactory.injectStandardBindings(ScriptEngine engine, StandardBindings bindings, boolean deleteExistingBindings, ScriptSourceProvider... scriptSourceProviders)
          Injects the values provided in the bindings into the engine scope of the provided script engine.
 void StandardBindings.RhqFacadeChangeListener.rhqFacadeChanged(StandardBindings bindings)
           
 

Uses of StandardBindings in org.rhq.bindings.script
 

Methods in org.rhq.bindings.script with parameters of type StandardBindings
 void RepoScriptSourceProvider.rhqFacadeChanged(StandardBindings bindings)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.