1
2
3
4
5
6
7
8 package org.ogf.srm22;
9
10 public interface ISRM extends java.rmi.Remote {
11 public org.ogf.srm22.SrmReserveSpaceResponse srmReserveSpace(org.ogf.srm22.SrmReserveSpaceRequest srmReserveSpaceRequest) throws java.rmi.RemoteException;
12 public org.ogf.srm22.SrmStatusOfReserveSpaceRequestResponse srmStatusOfReserveSpaceRequest(org.ogf.srm22.SrmStatusOfReserveSpaceRequestRequest srmStatusOfReserveSpaceRequestRequest) throws java.rmi.RemoteException;
13 public org.ogf.srm22.SrmReleaseSpaceResponse srmReleaseSpace(org.ogf.srm22.SrmReleaseSpaceRequest srmReleaseSpaceRequest) throws java.rmi.RemoteException;
14 public org.ogf.srm22.SrmUpdateSpaceResponse srmUpdateSpace(org.ogf.srm22.SrmUpdateSpaceRequest srmUpdateSpaceRequest) throws java.rmi.RemoteException;
15 public org.ogf.srm22.SrmStatusOfUpdateSpaceRequestResponse srmStatusOfUpdateSpaceRequest(org.ogf.srm22.SrmStatusOfUpdateSpaceRequestRequest srmStatusOfUpdateSpaceRequestRequest) throws java.rmi.RemoteException;
16 public org.ogf.srm22.SrmGetSpaceMetaDataResponse srmGetSpaceMetaData(org.ogf.srm22.SrmGetSpaceMetaDataRequest srmGetSpaceMetaDataRequest) throws java.rmi.RemoteException;
17 public org.ogf.srm22.SrmChangeSpaceForFilesResponse srmChangeSpaceForFiles(org.ogf.srm22.SrmChangeSpaceForFilesRequest srmChangeSpaceForFilesRequest) throws java.rmi.RemoteException;
18 public org.ogf.srm22.SrmStatusOfChangeSpaceForFilesRequestResponse srmStatusOfChangeSpaceForFilesRequest(org.ogf.srm22.SrmStatusOfChangeSpaceForFilesRequestRequest srmStatusOfChangeSpaceForFilesRequestRequest) throws java.rmi.RemoteException;
19 public org.ogf.srm22.SrmExtendFileLifeTimeInSpaceResponse srmExtendFileLifeTimeInSpace(org.ogf.srm22.SrmExtendFileLifeTimeInSpaceRequest srmExtendFileLifeTimeInSpaceRequest) throws java.rmi.RemoteException;
20 public org.ogf.srm22.SrmPurgeFromSpaceResponse srmPurgeFromSpace(org.ogf.srm22.SrmPurgeFromSpaceRequest srmPurgeFromSpaceRequest) throws java.rmi.RemoteException;
21 public org.ogf.srm22.SrmGetSpaceTokensResponse srmGetSpaceTokens(org.ogf.srm22.SrmGetSpaceTokensRequest srmGetSpaceTokensRequest) throws java.rmi.RemoteException;
22 public org.ogf.srm22.SrmSetPermissionResponse srmSetPermission(org.ogf.srm22.SrmSetPermissionRequest srmSetPermissionRequest) throws java.rmi.RemoteException;
23 public org.ogf.srm22.SrmCheckPermissionResponse srmCheckPermission(org.ogf.srm22.SrmCheckPermissionRequest srmCheckPermissionRequest) throws java.rmi.RemoteException;
24 public org.ogf.srm22.SrmGetPermissionResponse srmGetPermission(org.ogf.srm22.SrmGetPermissionRequest srmGetPermissionRequest) throws java.rmi.RemoteException;
25 public org.ogf.srm22.SrmMkdirResponse srmMkdir(org.ogf.srm22.SrmMkdirRequest srmMkdirRequest) throws java.rmi.RemoteException;
26 public org.ogf.srm22.SrmRmdirResponse srmRmdir(org.ogf.srm22.SrmRmdirRequest srmRmdirRequest) throws java.rmi.RemoteException;
27 public org.ogf.srm22.SrmRmResponse srmRm(org.ogf.srm22.SrmRmRequest srmRmRequest) throws java.rmi.RemoteException;
28 public org.ogf.srm22.SrmLsResponse srmLs(org.ogf.srm22.SrmLsRequest srmLsRequest) throws java.rmi.RemoteException;
29 public org.ogf.srm22.SrmStatusOfLsRequestResponse srmStatusOfLsRequest(org.ogf.srm22.SrmStatusOfLsRequestRequest srmStatusOfLsRequestRequest) throws java.rmi.RemoteException;
30 public org.ogf.srm22.SrmMvResponse srmMv(org.ogf.srm22.SrmMvRequest srmMvRequest) throws java.rmi.RemoteException;
31 public org.ogf.srm22.SrmPrepareToGetResponse srmPrepareToGet(org.ogf.srm22.SrmPrepareToGetRequest srmPrepareToGetRequest) throws java.rmi.RemoteException;
32 public org.ogf.srm22.SrmStatusOfGetRequestResponse srmStatusOfGetRequest(org.ogf.srm22.SrmStatusOfGetRequestRequest srmStatusOfGetRequestRequest) throws java.rmi.RemoteException;
33 public org.ogf.srm22.SrmBringOnlineResponse srmBringOnline(org.ogf.srm22.SrmBringOnlineRequest srmBringOnlineRequest) throws java.rmi.RemoteException;
34 public org.ogf.srm22.SrmStatusOfBringOnlineRequestResponse srmStatusOfBringOnlineRequest(org.ogf.srm22.SrmStatusOfBringOnlineRequestRequest srmStatusOfBringOnlineRequestRequest) throws java.rmi.RemoteException;
35 public org.ogf.srm22.SrmPrepareToPutResponse srmPrepareToPut(org.ogf.srm22.SrmPrepareToPutRequest srmPrepareToPutRequest) throws java.rmi.RemoteException;
36 public org.ogf.srm22.SrmStatusOfPutRequestResponse srmStatusOfPutRequest(org.ogf.srm22.SrmStatusOfPutRequestRequest srmStatusOfPutRequestRequest) throws java.rmi.RemoteException;
37 public org.ogf.srm22.SrmCopyResponse srmCopy(org.ogf.srm22.SrmCopyRequest srmCopyRequest) throws java.rmi.RemoteException;
38 public org.ogf.srm22.SrmStatusOfCopyRequestResponse srmStatusOfCopyRequest(org.ogf.srm22.SrmStatusOfCopyRequestRequest srmStatusOfCopyRequestRequest) throws java.rmi.RemoteException;
39 public org.ogf.srm22.SrmReleaseFilesResponse srmReleaseFiles(org.ogf.srm22.SrmReleaseFilesRequest srmReleaseFilesRequest) throws java.rmi.RemoteException;
40 public org.ogf.srm22.SrmPutDoneResponse srmPutDone(org.ogf.srm22.SrmPutDoneRequest srmPutDoneRequest) throws java.rmi.RemoteException;
41 public org.ogf.srm22.SrmAbortRequestResponse srmAbortRequest(org.ogf.srm22.SrmAbortRequestRequest srmAbortRequestRequest) throws java.rmi.RemoteException;
42 public org.ogf.srm22.SrmAbortFilesResponse srmAbortFiles(org.ogf.srm22.SrmAbortFilesRequest srmAbortFilesRequest) throws java.rmi.RemoteException;
43 public org.ogf.srm22.SrmSuspendRequestResponse srmSuspendRequest(org.ogf.srm22.SrmSuspendRequestRequest srmSuspendRequestRequest) throws java.rmi.RemoteException;
44 public org.ogf.srm22.SrmResumeRequestResponse srmResumeRequest(org.ogf.srm22.SrmResumeRequestRequest srmResumeRequestRequest) throws java.rmi.RemoteException;
45 public org.ogf.srm22.SrmGetRequestSummaryResponse srmGetRequestSummary(org.ogf.srm22.SrmGetRequestSummaryRequest srmGetRequestSummaryRequest) throws java.rmi.RemoteException;
46 public org.ogf.srm22.SrmExtendFileLifeTimeResponse srmExtendFileLifeTime(org.ogf.srm22.SrmExtendFileLifeTimeRequest srmExtendFileLifeTimeRequest) throws java.rmi.RemoteException;
47 public org.ogf.srm22.SrmGetRequestTokensResponse srmGetRequestTokens(org.ogf.srm22.SrmGetRequestTokensRequest srmGetRequestTokensRequest) throws java.rmi.RemoteException;
48 public org.ogf.srm22.SrmGetTransferProtocolsResponse srmGetTransferProtocols(org.ogf.srm22.SrmGetTransferProtocolsRequest srmGetTransferProtocolsRequest) throws java.rmi.RemoteException;
49 public org.ogf.srm22.SrmPingResponse srmPing(org.ogf.srm22.SrmPingRequest srmPingRequest) throws java.rmi.RemoteException;
50 }