jinnIdeExecutors.executors.renew
Class RenewObject

java.lang.Object
  extended by jinnIdeExecutors.base.RenewExecutor
      extended by jinnIdeExecutors.executors.renew.RenewObject
All Implemented Interfaces:
IExecutor

Deprecated.

@Deprecated
public class RenewObject
extends RenewExecutor
implements IExecutor

Renews any Jinni object. Note: prefer to use runCommandInConsole(..) from beanshell! (Deprecation reason)


Constructor Summary
RenewObject()
          Deprecated.  
 
Method Summary
 StandardExecutionContext.ExecutionResult execute(SpecificExecutionContext... spec)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenewObject

public RenewObject()
Deprecated. 
Method Detail

execute

public StandardExecutionContext.ExecutionResult execute(SpecificExecutionContext... spec)
                                                 throws JinnIdeGeneralExecutorException,
                                                        java.rmi.RemoteException,
                                                        JinniEngineException,
                                                        java.lang.InterruptedException
Deprecated. 
Specified by:
execute in interface IExecutor
Throws:
JinnIdeGeneralExecutorException
java.rmi.RemoteException
JinniEngineException
java.lang.InterruptedException