org.gcube.datatransfer.portlets.user.server
Class SchedulerServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.gcube.datatransfer.portlets.user.server.SchedulerServiceImpl
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, SchedulerService
public class SchedulerServiceImpl
- extends com.google.gwt.user.server.rpc.RemoteServiceServlet
- implements SchedulerService
- See Also:
- Serialized Form
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
Method Summary |
String |
cancel(String scope,
String resourceName,
String transferId,
boolean force)
|
String |
getFileListOfDataSource(String dataSourceId,
String specificPath,
String scope,
String resourceName)
|
String |
getObjectsFromIS(String type,
String scope,
String resourceName)
|
String |
getOutcomes(String scope,
String resourceName,
String transferId)
|
String |
getTransfers(String scope,
String resourceName)
|
String |
listFiles(String input)
|
String |
monitor(String scope,
String resourceName,
String transferId)
|
String |
schedule(String Obj)
|
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchedulerServiceImpl
public SchedulerServiceImpl()
listFiles
public String listFiles(String input)
throws IllegalArgumentException
- Specified by:
listFiles
in interface SchedulerService
- Throws:
IllegalArgumentException
getTransfers
public String getTransfers(String scope,
String resourceName)
throws IllegalArgumentException
- Specified by:
getTransfers
in interface SchedulerService
- Throws:
IllegalArgumentException
schedule
public String schedule(String Obj)
throws IllegalArgumentException
- Specified by:
schedule
in interface SchedulerService
- Throws:
IllegalArgumentException
monitor
public String monitor(String scope,
String resourceName,
String transferId)
throws IllegalArgumentException
- Specified by:
monitor
in interface SchedulerService
- Throws:
IllegalArgumentException
getOutcomes
public String getOutcomes(String scope,
String resourceName,
String transferId)
throws IllegalArgumentException
- Specified by:
getOutcomes
in interface SchedulerService
- Throws:
IllegalArgumentException
cancel
public String cancel(String scope,
String resourceName,
String transferId,
boolean force)
throws IllegalArgumentException
- Specified by:
cancel
in interface SchedulerService
- Throws:
IllegalArgumentException
getObjectsFromIS
public String getObjectsFromIS(String type,
String scope,
String resourceName)
throws IllegalArgumentException
- Specified by:
getObjectsFromIS
in interface SchedulerService
- Throws:
IllegalArgumentException
getFileListOfDataSource
public String getFileListOfDataSource(String dataSourceId,
String specificPath,
String scope,
String resourceName)
- Specified by:
getFileListOfDataSource
in interface SchedulerService
Copyright © 2012. All Rights Reserved.