Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.scripting
Class RemoteScript

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

public class RemoteScript
extends java.lang.Object

Author:
Bogdan Stefanescu

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

Method Detail

eval

public java.lang.Object eval()
                      throws javax.script.ScriptException
Throws:
javax.script.ScriptException

invoke

public java.lang.Object invoke(java.lang.String method,
                               java.lang.Object... args)
                        throws javax.script.ScriptException
Throws:
javax.script.ScriptException

getClient

public ScriptingClient getClient()

setContext

public void setContext(javax.script.ScriptContext ctx)

getContext

public javax.script.ScriptContext getContext()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.