public interface StagingServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUpStagingRequest(long stagingRequestId) |
long |
createStagingRequest(long groupId,
java.lang.String checksum) |
void |
updateStagingRequest(long stagingRequestId,
java.lang.String fileName,
byte[] bytes) |
void cleanUpStagingRequest(long stagingRequestId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionlong createStagingRequest(long groupId,
java.lang.String checksum)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateStagingRequest(long stagingRequestId,
java.lang.String fileName,
byte[] bytes)
throws java.rmi.RemoteException
java.rmi.RemoteException