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
Go up to