public class SchedulerServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements SchedulerService
| Constructor and Description |
|---|
SchedulerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancel(String scope,
String resourceName,
String transferId,
boolean force) |
void |
createNewFolderInMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope) |
String |
createNewTreeSource(String agentHostname,
String agentPort,
String scope,
String sourceId) |
void |
deleteFolderInMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope) |
String |
deleteTreeSource(String agentHostname,
String agentPort,
String scope,
String sourceId) |
String |
getAgentStatistics(String scope) |
String |
getFileListOfAgent(String path,
String agentHostname,
String agentPort,
String scope) |
String |
getFileListOfDSourceOrDStorage(String type,
String id,
String specificPath,
String scope,
String resourceName) |
String |
getFileListOfMongoDB(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String path,
String scope) |
String |
getObjectsFromIS(String type,
String scope,
String resourceName) |
String |
getOutcomes(String scope,
String resourceName,
String transferId) |
String |
getTransfers(String scope,
String resourceName) |
String |
getTreeSources(String agentHostname,
String agentPort,
String scope,
String type) |
String |
getUserAndScopeAndRole() |
String |
getWorkspace(String username) |
String |
getWorkspaceFolder(String serializedWorkspaceInfo,
String folderId,
boolean needTheParent) |
void |
init() |
String |
listFiles(String input) |
String |
monitor(String scope,
String resourceName,
String transferId) |
String |
schedule(String Obj) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic String listFiles(String input) throws IllegalArgumentException
listFiles in interface SchedulerServiceIllegalArgumentExceptionpublic String getTransfers(String scope, String resourceName) throws IllegalArgumentException
getTransfers in interface SchedulerServiceIllegalArgumentExceptionpublic String schedule(String Obj) throws IllegalArgumentException
schedule in interface SchedulerServiceIllegalArgumentExceptionpublic String monitor(String scope, String resourceName, String transferId) throws IllegalArgumentException
monitor in interface SchedulerServiceIllegalArgumentExceptionpublic String getOutcomes(String scope, String resourceName, String transferId) throws IllegalArgumentException
getOutcomes in interface SchedulerServiceIllegalArgumentExceptionpublic String cancel(String scope, String resourceName, String transferId, boolean force) throws IllegalArgumentException
cancel in interface SchedulerServiceIllegalArgumentExceptionpublic String getObjectsFromIS(String type, String scope, String resourceName) throws IllegalArgumentException
getObjectsFromIS in interface SchedulerServiceIllegalArgumentExceptionpublic String getFileListOfAgent(String path, String agentHostname, String agentPort, String scope)
getFileListOfAgent in interface SchedulerServicepublic String getTreeSources(String agentHostname, String agentPort, String scope, String type)
getTreeSources in interface SchedulerServicepublic String createNewTreeSource(String agentHostname, String agentPort, String scope, String sourceId) throws IllegalArgumentException
createNewTreeSource in interface SchedulerServiceIllegalArgumentExceptionpublic String deleteTreeSource(String agentHostname, String agentPort, String scope, String sourceId) throws IllegalArgumentException
deleteTreeSource in interface SchedulerServiceIllegalArgumentExceptionpublic String getFileListOfDSourceOrDStorage(String type, String id, String specificPath, String scope, String resourceName)
getFileListOfDSourceOrDStorage in interface SchedulerServicepublic String getFileListOfMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope)
getFileListOfMongoDB in interface SchedulerServicepublic void createNewFolderInMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope)
createNewFolderInMongoDB in interface SchedulerServicepublic void deleteFolderInMongoDB(String smServiceClassSource, String smServiceNameSource, String smOwnerSource, String smAccessTypeSource, String path, String scope)
deleteFolderInMongoDB in interface SchedulerServicepublic String getUserAndScopeAndRole()
getUserAndScopeAndRole in interface SchedulerServicepublic String getWorkspace(String username)
getWorkspace in interface SchedulerServicepublic String getWorkspaceFolder(String serializedWorkspaceInfo, String folderId, boolean needTheParent) throws IllegalArgumentException
getWorkspaceFolder in interface SchedulerServiceIllegalArgumentExceptionpublic String getAgentStatistics(String scope)
getAgentStatistics in interface SchedulerServiceCopyright © 2016. All Rights Reserved.