org.ow2.frascati.remote.introspection
Interface Reconfiguration


public interface Reconfiguration

This interface is used to reconfigure / introspect SCA applications remotely with the help of FraSCAti FScript.


Method Summary
 Collection<Node> eval(String script)
          Execute a FraSCAti Script statement.
 String register(String script)
          Load procedures into the FraSCAti Script engine.
 

Method Detail

eval

Collection<Node> eval(String script)
                      throws javax.script.ScriptException
Execute a FraSCAti Script statement.

Throws:
javax.script.ScriptException

register

String register(String script)
                throws javax.script.ScriptException
Load procedures into the FraSCAti Script engine.

Throws:
javax.script.ScriptException


Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.