mess.extensions
Class MessReloadAllScripts

java.lang.Object
  |
  +--mess.extensions.MessReloadAllScripts

public class MessReloadAllScripts
extends Object
implements Userfunction

This function will reload all scripts that were previously loaded with either loadScript or includeScript; It returns TRUE if all scripts loaded correctly or FALSE if at least one script had a problem.


Constructor Summary
MessReloadAllScripts(MessLoadScript mls)
           
 
Method Summary
 Value call(ValueVector vv, Context c)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessReloadAllScripts

public MessReloadAllScripts(MessLoadScript mls)
Method Detail

getName

public String getName()
Specified by:
getName in interface Userfunction

call

public Value call(ValueVector vv,
                  Context c)
           throws JessException
Specified by:
call in interface Userfunction