org.gcube.vremanagement.executor.stubs
Class BaseCall

java.lang.Object
  extended by WSCall
      extended by org.gcube.vremanagement.executor.stubs.BaseCall
Direct Known Subclasses:
ExecutorCall, TaskCall

public abstract class BaseCall
extends WSCall

Base class for high-level interactions with the service.

Author:
Fabio Simeoni (University of Strathclyde)

Method Summary
 WSResourceQuery getQuery()
          
 void setQuery(WSResourceQuery query)
          
 void setTaskProperty(java.lang.String name, java.lang.String value)
          Sets the name and value of a task property to use in the query for the best-effort strategy..
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setTaskProperty

public void setTaskProperty(java.lang.String name,
                            java.lang.String value)
Sets the name and value of a task property to use in the query for the best-effort strategy..

Parameters:
name - the name.

setQuery

public void setQuery(WSResourceQuery query)


getQuery

public WSResourceQuery getQuery()