Runtime tools : Service engine : The references : Useful fields and methods
  
Useful fields and methods
public final String name;
public final String instanceID;
Get the current state name
public String getStateName()
Check if it is in final state
public boolean isFinal()
Release the resource
public void close()
Access the output data in JSON format
public JSONObject getJsonData()
RemoteServiceOperation class
See
com.unicom.dtt.serviceengine.RemoteServiceOperation
Go up to
The references