Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.scripting
Class RemoteScript

java.lang.Object
  extended by org.nuxeo.runtime.scripting.RemoteScript

public class RemoteScript
extends Object

Author:
Bogdan Stefanescu

Method Summary
 Object eval()
           
 ScriptingClient getClient()
           
 ScriptContext getContext()
           
 Object invoke(String method, Object... args)
           
 void setContext(ScriptContext ctx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

eval

public Object eval()
            throws ScriptException
Throws:
ScriptException

invoke

public Object invoke(String method,
                     Object... args)
              throws ScriptException
Throws:
ScriptException

getClient

public ScriptingClient getClient()

setContext

public void setContext(ScriptContext ctx)

getContext

public ScriptContext getContext()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.