Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7739D17696 for ; Mon, 20 Oct 2014 15:30:17 +0000 (UTC) Received: (qmail 92708 invoked by uid 500); 20 Oct 2014 15:30:16 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 92638 invoked by uid 500); 20 Oct 2014 15:30:16 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 92589 invoked by uid 99); 20 Oct 2014 15:30:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 15:30:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D747E9B1BC0; Mon, 20 Oct 2014 15:30:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msmemon@apache.org To: commits@airavata.apache.org Date: Mon, 20 Oct 2014 15:30:16 -0000 Message-Id: <09721e642e9b4efb9b311362641800e4@git.apache.org> In-Reply-To: <55b93970e9f646b0b8b89c463ea89c57@git.apache.org> References: <55b93970e9f646b0b8b89c463ea89c57@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] more unicore changes http://git-wip-us.apache.org/repos/asf/airavata/blob/6c6c7468/airavata-api/airavata-api-stubs/src/main/java/org/apache/airavata/api/Airavata.java ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-api-stubs/src/main/java/org/apache/airavata/api/Airavata.java b/airavata-api/airavata-api-stubs/src/main/java/org/apache/airavata/api/Airavata.java index 26c48f6..ed3a917 100644 --- a/airavata-api/airavata-api-stubs/src/main/java/org/apache/airavata/api/Airavata.java +++ b/airavata-api/airavata-api-stubs/src/main/java/org/apache/airavata/api/Airavata.java @@ -841,6 +841,29 @@ import org.slf4j.LoggerFactory; public boolean addSSHJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.SSHJobSubmission sshJobSubmission) throws org.apache.airavata.model.error.InvalidRequestException, org.apache.airavata.model.error.AiravataClientException, org.apache.airavata.model.error.AiravataSystemException, org.apache.thrift.TException; /** + * Add a UNICORE Job Submission details to a compute resource + * App catalog will return a jobSubmissionInterfaceId which will be added to the jobSubmissionInterfaces. + * + * @param computeResourceId + * The identifier of the compute resource to which JobSubmission protocol to be added + * + * @param priorityOrder + * Specify the priority of this job manager. If this is the only jobmanager, the priority can be zero. + * + * @param unicoreJobSubmission + * The UnicoreJobSubmission object to be added to the resource. + * + * @return status + * Returns a success/failure of the deletion. + * + * + * @param computeResourceId + * @param priorityOrder + * @param unicoreJobSubmission + */ + public boolean addUNICOREJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.UnicoreJobSubmission unicoreJobSubmission) throws org.apache.airavata.model.error.InvalidRequestException, org.apache.airavata.model.error.AiravataClientException, org.apache.airavata.model.error.AiravataSystemException, org.apache.thrift.TException; + + /** * * Add a Cloud Job Submission details to a compute resource * * App catalog will return a jobSubmissionInterfaceId which will be added to the jobSubmissionInterfaces. * * @@ -1385,6 +1408,8 @@ import org.slf4j.LoggerFactory; public void addSSHJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.SSHJobSubmission sshJobSubmission, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; + public void addUNICOREJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.UnicoreJobSubmission unicoreJobSubmission, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; + public void addCloudJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.CloudJobSubmission cloudSubmission, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; public void updateSSHJobSubmissionDetails(String jobSubmissionInterfaceId, org.apache.airavata.model.appcatalog.computeresource.SSHJobSubmission sshJobSubmission, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException; @@ -3211,6 +3236,40 @@ import org.slf4j.LoggerFactory; throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "addSSHJobSubmissionDetails failed: unknown result"); } + public boolean addUNICOREJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.UnicoreJobSubmission unicoreJobSubmission) throws org.apache.airavata.model.error.InvalidRequestException, org.apache.airavata.model.error.AiravataClientException, org.apache.airavata.model.error.AiravataSystemException, org.apache.thrift.TException + { + send_addUNICOREJobSubmissionDetails(computeResourceId, priorityOrder, unicoreJobSubmission); + return recv_addUNICOREJobSubmissionDetails(); + } + + public void send_addUNICOREJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.UnicoreJobSubmission unicoreJobSubmission) throws org.apache.thrift.TException + { + addUNICOREJobSubmissionDetails_args args = new addUNICOREJobSubmissionDetails_args(); + args.setComputeResourceId(computeResourceId); + args.setPriorityOrder(priorityOrder); + args.setUnicoreJobSubmission(unicoreJobSubmission); + sendBase("addUNICOREJobSubmissionDetails", args); + } + + public boolean recv_addUNICOREJobSubmissionDetails() throws org.apache.airavata.model.error.InvalidRequestException, org.apache.airavata.model.error.AiravataClientException, org.apache.airavata.model.error.AiravataSystemException, org.apache.thrift.TException + { + addUNICOREJobSubmissionDetails_result result = new addUNICOREJobSubmissionDetails_result(); + receiveBase(result, "addUNICOREJobSubmissionDetails"); + if (result.isSetSuccess()) { + return result.success; + } + if (result.ire != null) { + throw result.ire; + } + if (result.ace != null) { + throw result.ace; + } + if (result.ase != null) { + throw result.ase; + } + throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "addUNICOREJobSubmissionDetails failed: unknown result"); + } + public boolean addCloudJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.CloudJobSubmission cloudSubmission) throws org.apache.airavata.model.error.InvalidRequestException, org.apache.airavata.model.error.AiravataClientException, org.apache.airavata.model.error.AiravataSystemException, org.apache.thrift.TException { send_addCloudJobSubmissionDetails(computeResourceId, priorityOrder, cloudSubmission); @@ -5804,6 +5863,44 @@ import org.slf4j.LoggerFactory; } } + public void addUNICOREJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.UnicoreJobSubmission unicoreJobSubmission, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { + checkReady(); + addUNICOREJobSubmissionDetails_call method_call = new addUNICOREJobSubmissionDetails_call(computeResourceId, priorityOrder, unicoreJobSubmission, resultHandler, this, ___protocolFactory, ___transport); + this.___currentMethod = method_call; + ___manager.call(method_call); + } + + public static class addUNICOREJobSubmissionDetails_call extends org.apache.thrift.async.TAsyncMethodCall { + private String computeResourceId; + private int priorityOrder; + private org.apache.airavata.model.appcatalog.computeresource.UnicoreJobSubmission unicoreJobSubmission; + public addUNICOREJobSubmissionDetails_call(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.UnicoreJobSubmission unicoreJobSubmission, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException { + super(client, protocolFactory, transport, resultHandler, false); + this.computeResourceId = computeResourceId; + this.priorityOrder = priorityOrder; + this.unicoreJobSubmission = unicoreJobSubmission; + } + + public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException { + prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("addUNICOREJobSubmissionDetails", org.apache.thrift.protocol.TMessageType.CALL, 0)); + addUNICOREJobSubmissionDetails_args args = new addUNICOREJobSubmissionDetails_args(); + args.setComputeResourceId(computeResourceId); + args.setPriorityOrder(priorityOrder); + args.setUnicoreJobSubmission(unicoreJobSubmission); + args.write(prot); + prot.writeMessageEnd(); + } + + public boolean getResult() throws org.apache.airavata.model.error.InvalidRequestException, org.apache.airavata.model.error.AiravataClientException, org.apache.airavata.model.error.AiravataSystemException, org.apache.thrift.TException { + if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) { + throw new IllegalStateException("Method call not finished!"); + } + org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array()); + org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport); + return (new Client(prot)).recv_addUNICOREJobSubmissionDetails(); + } + } + public void addCloudJobSubmissionDetails(String computeResourceId, int priorityOrder, org.apache.airavata.model.appcatalog.computeresource.CloudJobSubmission cloudSubmission, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException { checkReady(); addCloudJobSubmissionDetails_call method_call = new addCloudJobSubmissionDetails_call(computeResourceId, priorityOrder, cloudSubmission, resultHandler, this, ___protocolFactory, ___transport); @@ -6705,6 +6802,7 @@ import org.slf4j.LoggerFactory; processMap.put("addLocalSubmissionDetails", new addLocalSubmissionDetails()); processMap.put("updateLocalSubmissionDetails", new updateLocalSubmissionDetails()); processMap.put("addSSHJobSubmissionDetails", new addSSHJobSubmissionDetails()); + processMap.put("addUNICOREJobSubmissionDetails", new addUNICOREJobSubmissionDetails()); processMap.put("addCloudJobSubmissionDetails", new addCloudJobSubmissionDetails()); processMap.put("updateSSHJobSubmissionDetails", new updateSSHJobSubmissionDetails()); processMap.put("updateCloudJobSubmissionDetails", new updateCloudJobSubmissionDetails()); @@ -8270,6 +8368,35 @@ import org.slf4j.LoggerFactory; } } + public static class addUNICOREJobSubmissionDetails extends org.apache.thrift.ProcessFunction { + public addUNICOREJobSubmissionDetails() { + super("addUNICOREJobSubmissionDetails"); + } + + public addUNICOREJobSubmissionDetails_args getEmptyArgsInstance() { + return new addUNICOREJobSubmissionDetails_args(); + } + + protected boolean isOneway() { + return false; + } + + public addUNICOREJobSubmissionDetails_result getResult(I iface, addUNICOREJobSubmissionDetails_args args) throws org.apache.thrift.TException { + addUNICOREJobSubmissionDetails_result result = new addUNICOREJobSubmissionDetails_result(); + try { + result.success = iface.addUNICOREJobSubmissionDetails(args.computeResourceId, args.priorityOrder, args.unicoreJobSubmission); + result.setSuccessIsSet(true); + } catch (org.apache.airavata.model.error.InvalidRequestException ire) { + result.ire = ire; + } catch (org.apache.airavata.model.error.AiravataClientException ace) { + result.ace = ace; + } catch (org.apache.airavata.model.error.AiravataSystemException ase) { + result.ase = ase; + } + return result; + } + } + public static class addCloudJobSubmissionDetails extends org.apache.thrift.ProcessFunction { public addCloudJobSubmissionDetails() { super("addCloudJobSubmissionDetails"); @@ -9029,6 +9156,7 @@ import org.slf4j.LoggerFactory; processMap.put("addLocalSubmissionDetails", new addLocalSubmissionDetails()); processMap.put("updateLocalSubmissionDetails", new updateLocalSubmissionDetails()); processMap.put("addSSHJobSubmissionDetails", new addSSHJobSubmissionDetails()); + processMap.put("addUNICOREJobSubmissionDetails", new addUNICOREJobSubmissionDetails()); processMap.put("addCloudJobSubmissionDetails", new addCloudJobSubmissionDetails()); processMap.put("updateSSHJobSubmissionDetails", new updateSSHJobSubmissionDetails()); processMap.put("updateCloudJobSubmissionDetails", new updateCloudJobSubmissionDetails()); @@ -12723,156 +12851,20 @@ import org.slf4j.LoggerFactory; } } - public static class addCloudJobSubmissionDetails extends org.apache.thrift.AsyncProcessFunction { - public addCloudJobSubmissionDetails() { - super("addCloudJobSubmissionDetails"); - } - - public addCloudJobSubmissionDetails_args getEmptyArgsInstance() { - return new addCloudJobSubmissionDetails_args(); - } - - public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { - final org.apache.thrift.AsyncProcessFunction fcall = this; - return new AsyncMethodCallback() { - public void onComplete(Boolean o) { - addCloudJobSubmissionDetails_result result = new addCloudJobSubmissionDetails_result(); - result.success = o; - result.setSuccessIsSet(true); - try { - fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); - return; - } catch (Exception e) { - LOGGER.error("Exception writing to internal frame buffer", e); - } - fb.close(); - } - public void onError(Exception e) { - byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; - org.apache.thrift.TBase msg; - addCloudJobSubmissionDetails_result result = new addCloudJobSubmissionDetails_result(); - if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { - result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; - result.setIreIsSet(true); - msg = result; - } - else if (e instanceof org.apache.airavata.model.error.AiravataClientException) { - result.ace = (org.apache.airavata.model.error.AiravataClientException) e; - result.setAceIsSet(true); - msg = result; - } - else if (e instanceof org.apache.airavata.model.error.AiravataSystemException) { - result.ase = (org.apache.airavata.model.error.AiravataSystemException) e; - result.setAseIsSet(true); - msg = result; - } - else - { - msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; - msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); - } - try { - fcall.sendResponse(fb,msg,msgType,seqid); - return; - } catch (Exception ex) { - LOGGER.error("Exception writing to internal frame buffer", ex); - } - fb.close(); - } - }; - } - - protected boolean isOneway() { - return false; - } - - public void start(I iface, addCloudJobSubmissionDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.addCloudJobSubmissionDetails(args.computeResourceId, args.priorityOrder, args.cloudSubmission,resultHandler); - } - } - - public static class updateSSHJobSubmissionDetails extends org.apache.thrift.AsyncProcessFunction { - public updateSSHJobSubmissionDetails() { - super("updateSSHJobSubmissionDetails"); - } - - public updateSSHJobSubmissionDetails_args getEmptyArgsInstance() { - return new updateSSHJobSubmissionDetails_args(); - } - - public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { - final org.apache.thrift.AsyncProcessFunction fcall = this; - return new AsyncMethodCallback() { - public void onComplete(Boolean o) { - updateSSHJobSubmissionDetails_result result = new updateSSHJobSubmissionDetails_result(); - result.success = o; - result.setSuccessIsSet(true); - try { - fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); - return; - } catch (Exception e) { - LOGGER.error("Exception writing to internal frame buffer", e); - } - fb.close(); - } - public void onError(Exception e) { - byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; - org.apache.thrift.TBase msg; - updateSSHJobSubmissionDetails_result result = new updateSSHJobSubmissionDetails_result(); - if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { - result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; - result.setIreIsSet(true); - msg = result; - } - else if (e instanceof org.apache.airavata.model.error.AiravataClientException) { - result.ace = (org.apache.airavata.model.error.AiravataClientException) e; - result.setAceIsSet(true); - msg = result; - } - else if (e instanceof org.apache.airavata.model.error.AiravataSystemException) { - result.ase = (org.apache.airavata.model.error.AiravataSystemException) e; - result.setAseIsSet(true); - msg = result; - } - else - { - msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; - msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); - } - try { - fcall.sendResponse(fb,msg,msgType,seqid); - return; - } catch (Exception ex) { - LOGGER.error("Exception writing to internal frame buffer", ex); - } - fb.close(); - } - }; - } - - protected boolean isOneway() { - return false; - } - - public void start(I iface, updateSSHJobSubmissionDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.updateSSHJobSubmissionDetails(args.jobSubmissionInterfaceId, args.sshJobSubmission,resultHandler); - } - } - - public static class updateCloudJobSubmissionDetails extends org.apache.thrift.AsyncProcessFunction { - public updateCloudJobSubmissionDetails() { - super("updateCloudJobSubmissionDetails"); + public static class addUNICOREJobSubmissionDetails extends org.apache.thrift.AsyncProcessFunction { + public addUNICOREJobSubmissionDetails() { + super("addUNICOREJobSubmissionDetails"); } - public updateCloudJobSubmissionDetails_args getEmptyArgsInstance() { - return new updateCloudJobSubmissionDetails_args(); + public addUNICOREJobSubmissionDetails_args getEmptyArgsInstance() { + return new addUNICOREJobSubmissionDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - updateCloudJobSubmissionDetails_result result = new updateCloudJobSubmissionDetails_result(); + addUNICOREJobSubmissionDetails_result result = new addUNICOREJobSubmissionDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -12886,7 +12878,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - updateCloudJobSubmissionDetails_result result = new updateCloudJobSubmissionDetails_result(); + addUNICOREJobSubmissionDetails_result result = new addUNICOREJobSubmissionDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -12922,25 +12914,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, updateCloudJobSubmissionDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.updateCloudJobSubmissionDetails(args.jobSubmissionInterfaceId, args.sshJobSubmission,resultHandler); + public void start(I iface, addUNICOREJobSubmissionDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.addUNICOREJobSubmissionDetails(args.computeResourceId, args.priorityOrder, args.unicoreJobSubmission,resultHandler); } } - public static class addLocalDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { - public addLocalDataMovementDetails() { - super("addLocalDataMovementDetails"); + public static class addCloudJobSubmissionDetails extends org.apache.thrift.AsyncProcessFunction { + public addCloudJobSubmissionDetails() { + super("addCloudJobSubmissionDetails"); } - public addLocalDataMovementDetails_args getEmptyArgsInstance() { - return new addLocalDataMovementDetails_args(); + public addCloudJobSubmissionDetails_args getEmptyArgsInstance() { + return new addCloudJobSubmissionDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - addLocalDataMovementDetails_result result = new addLocalDataMovementDetails_result(); + addCloudJobSubmissionDetails_result result = new addCloudJobSubmissionDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -12954,7 +12946,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - addLocalDataMovementDetails_result result = new addLocalDataMovementDetails_result(); + addCloudJobSubmissionDetails_result result = new addCloudJobSubmissionDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -12990,25 +12982,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, addLocalDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.addLocalDataMovementDetails(args.computeResourceId, args.priorityOrder, args.localDataMovement,resultHandler); + public void start(I iface, addCloudJobSubmissionDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.addCloudJobSubmissionDetails(args.computeResourceId, args.priorityOrder, args.cloudSubmission,resultHandler); } } - public static class updateLocalDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { - public updateLocalDataMovementDetails() { - super("updateLocalDataMovementDetails"); + public static class updateSSHJobSubmissionDetails extends org.apache.thrift.AsyncProcessFunction { + public updateSSHJobSubmissionDetails() { + super("updateSSHJobSubmissionDetails"); } - public updateLocalDataMovementDetails_args getEmptyArgsInstance() { - return new updateLocalDataMovementDetails_args(); + public updateSSHJobSubmissionDetails_args getEmptyArgsInstance() { + return new updateSSHJobSubmissionDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - updateLocalDataMovementDetails_result result = new updateLocalDataMovementDetails_result(); + updateSSHJobSubmissionDetails_result result = new updateSSHJobSubmissionDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13022,7 +13014,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - updateLocalDataMovementDetails_result result = new updateLocalDataMovementDetails_result(); + updateSSHJobSubmissionDetails_result result = new updateSSHJobSubmissionDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13058,25 +13050,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, updateLocalDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.updateLocalDataMovementDetails(args.jobSubmissionInterfaceId, args.localDataMovement,resultHandler); + public void start(I iface, updateSSHJobSubmissionDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.updateSSHJobSubmissionDetails(args.jobSubmissionInterfaceId, args.sshJobSubmission,resultHandler); } } - public static class addSCPDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { - public addSCPDataMovementDetails() { - super("addSCPDataMovementDetails"); + public static class updateCloudJobSubmissionDetails extends org.apache.thrift.AsyncProcessFunction { + public updateCloudJobSubmissionDetails() { + super("updateCloudJobSubmissionDetails"); } - public addSCPDataMovementDetails_args getEmptyArgsInstance() { - return new addSCPDataMovementDetails_args(); + public updateCloudJobSubmissionDetails_args getEmptyArgsInstance() { + return new updateCloudJobSubmissionDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - addSCPDataMovementDetails_result result = new addSCPDataMovementDetails_result(); + updateCloudJobSubmissionDetails_result result = new updateCloudJobSubmissionDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13090,7 +13082,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - addSCPDataMovementDetails_result result = new addSCPDataMovementDetails_result(); + updateCloudJobSubmissionDetails_result result = new updateCloudJobSubmissionDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13126,25 +13118,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, addSCPDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.addSCPDataMovementDetails(args.computeResourceId, args.priorityOrder, args.scpDataMovement,resultHandler); + public void start(I iface, updateCloudJobSubmissionDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.updateCloudJobSubmissionDetails(args.jobSubmissionInterfaceId, args.sshJobSubmission,resultHandler); } } - public static class updateSCPDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { - public updateSCPDataMovementDetails() { - super("updateSCPDataMovementDetails"); + public static class addLocalDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { + public addLocalDataMovementDetails() { + super("addLocalDataMovementDetails"); } - public updateSCPDataMovementDetails_args getEmptyArgsInstance() { - return new updateSCPDataMovementDetails_args(); + public addLocalDataMovementDetails_args getEmptyArgsInstance() { + return new addLocalDataMovementDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - updateSCPDataMovementDetails_result result = new updateSCPDataMovementDetails_result(); + addLocalDataMovementDetails_result result = new addLocalDataMovementDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13158,7 +13150,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - updateSCPDataMovementDetails_result result = new updateSCPDataMovementDetails_result(); + addLocalDataMovementDetails_result result = new addLocalDataMovementDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13194,25 +13186,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, updateSCPDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.updateSCPDataMovementDetails(args.jobSubmissionInterfaceId, args.scpDataMovement,resultHandler); + public void start(I iface, addLocalDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.addLocalDataMovementDetails(args.computeResourceId, args.priorityOrder, args.localDataMovement,resultHandler); } } - public static class addGridFTPDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { - public addGridFTPDataMovementDetails() { - super("addGridFTPDataMovementDetails"); + public static class updateLocalDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { + public updateLocalDataMovementDetails() { + super("updateLocalDataMovementDetails"); } - public addGridFTPDataMovementDetails_args getEmptyArgsInstance() { - return new addGridFTPDataMovementDetails_args(); + public updateLocalDataMovementDetails_args getEmptyArgsInstance() { + return new updateLocalDataMovementDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - addGridFTPDataMovementDetails_result result = new addGridFTPDataMovementDetails_result(); + updateLocalDataMovementDetails_result result = new updateLocalDataMovementDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13226,7 +13218,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - addGridFTPDataMovementDetails_result result = new addGridFTPDataMovementDetails_result(); + updateLocalDataMovementDetails_result result = new updateLocalDataMovementDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13262,25 +13254,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, addGridFTPDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.addGridFTPDataMovementDetails(args.computeResourceId, args.priorityOrder, args.gridFTPDataMovement,resultHandler); + public void start(I iface, updateLocalDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.updateLocalDataMovementDetails(args.jobSubmissionInterfaceId, args.localDataMovement,resultHandler); } } - public static class updateGridFTPDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { - public updateGridFTPDataMovementDetails() { - super("updateGridFTPDataMovementDetails"); + public static class addSCPDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { + public addSCPDataMovementDetails() { + super("addSCPDataMovementDetails"); } - public updateGridFTPDataMovementDetails_args getEmptyArgsInstance() { - return new updateGridFTPDataMovementDetails_args(); + public addSCPDataMovementDetails_args getEmptyArgsInstance() { + return new addSCPDataMovementDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - updateGridFTPDataMovementDetails_result result = new updateGridFTPDataMovementDetails_result(); + addSCPDataMovementDetails_result result = new addSCPDataMovementDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13294,7 +13286,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - updateGridFTPDataMovementDetails_result result = new updateGridFTPDataMovementDetails_result(); + addSCPDataMovementDetails_result result = new addSCPDataMovementDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13330,25 +13322,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, updateGridFTPDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.updateGridFTPDataMovementDetails(args.jobSubmissionInterfaceId, args.gridFTPDataMovement,resultHandler); + public void start(I iface, addSCPDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.addSCPDataMovementDetails(args.computeResourceId, args.priorityOrder, args.scpDataMovement,resultHandler); } } - public static class changeJobSubmissionPriority extends org.apache.thrift.AsyncProcessFunction { - public changeJobSubmissionPriority() { - super("changeJobSubmissionPriority"); + public static class updateSCPDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { + public updateSCPDataMovementDetails() { + super("updateSCPDataMovementDetails"); } - public changeJobSubmissionPriority_args getEmptyArgsInstance() { - return new changeJobSubmissionPriority_args(); + public updateSCPDataMovementDetails_args getEmptyArgsInstance() { + return new updateSCPDataMovementDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - changeJobSubmissionPriority_result result = new changeJobSubmissionPriority_result(); + updateSCPDataMovementDetails_result result = new updateSCPDataMovementDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13362,7 +13354,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - changeJobSubmissionPriority_result result = new changeJobSubmissionPriority_result(); + updateSCPDataMovementDetails_result result = new updateSCPDataMovementDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13398,25 +13390,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, changeJobSubmissionPriority_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.changeJobSubmissionPriority(args.jobSubmissionInterfaceId, args.newPriorityOrder,resultHandler); + public void start(I iface, updateSCPDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.updateSCPDataMovementDetails(args.jobSubmissionInterfaceId, args.scpDataMovement,resultHandler); } } - public static class changeDataMovementPriority extends org.apache.thrift.AsyncProcessFunction { - public changeDataMovementPriority() { - super("changeDataMovementPriority"); + public static class addGridFTPDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { + public addGridFTPDataMovementDetails() { + super("addGridFTPDataMovementDetails"); } - public changeDataMovementPriority_args getEmptyArgsInstance() { - return new changeDataMovementPriority_args(); + public addGridFTPDataMovementDetails_args getEmptyArgsInstance() { + return new addGridFTPDataMovementDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - changeDataMovementPriority_result result = new changeDataMovementPriority_result(); + addGridFTPDataMovementDetails_result result = new addGridFTPDataMovementDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13430,7 +13422,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - changeDataMovementPriority_result result = new changeDataMovementPriority_result(); + addGridFTPDataMovementDetails_result result = new addGridFTPDataMovementDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13466,25 +13458,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, changeDataMovementPriority_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.changeDataMovementPriority(args.dataMovementInterfaceId, args.newPriorityOrder,resultHandler); + public void start(I iface, addGridFTPDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.addGridFTPDataMovementDetails(args.computeResourceId, args.priorityOrder, args.gridFTPDataMovement,resultHandler); } } - public static class changeJobSubmissionPriorities extends org.apache.thrift.AsyncProcessFunction { - public changeJobSubmissionPriorities() { - super("changeJobSubmissionPriorities"); + public static class updateGridFTPDataMovementDetails extends org.apache.thrift.AsyncProcessFunction { + public updateGridFTPDataMovementDetails() { + super("updateGridFTPDataMovementDetails"); } - public changeJobSubmissionPriorities_args getEmptyArgsInstance() { - return new changeJobSubmissionPriorities_args(); + public updateGridFTPDataMovementDetails_args getEmptyArgsInstance() { + return new updateGridFTPDataMovementDetails_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - changeJobSubmissionPriorities_result result = new changeJobSubmissionPriorities_result(); + updateGridFTPDataMovementDetails_result result = new updateGridFTPDataMovementDetails_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13498,7 +13490,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - changeJobSubmissionPriorities_result result = new changeJobSubmissionPriorities_result(); + updateGridFTPDataMovementDetails_result result = new updateGridFTPDataMovementDetails_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13534,25 +13526,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, changeJobSubmissionPriorities_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.changeJobSubmissionPriorities(args.jobSubmissionPriorityMap,resultHandler); + public void start(I iface, updateGridFTPDataMovementDetails_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.updateGridFTPDataMovementDetails(args.jobSubmissionInterfaceId, args.gridFTPDataMovement,resultHandler); } } - public static class changeDataMovementPriorities extends org.apache.thrift.AsyncProcessFunction { - public changeDataMovementPriorities() { - super("changeDataMovementPriorities"); + public static class changeJobSubmissionPriority extends org.apache.thrift.AsyncProcessFunction { + public changeJobSubmissionPriority() { + super("changeJobSubmissionPriority"); } - public changeDataMovementPriorities_args getEmptyArgsInstance() { - return new changeDataMovementPriorities_args(); + public changeJobSubmissionPriority_args getEmptyArgsInstance() { + return new changeJobSubmissionPriority_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - changeDataMovementPriorities_result result = new changeDataMovementPriorities_result(); + changeJobSubmissionPriority_result result = new changeJobSubmissionPriority_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13566,7 +13558,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - changeDataMovementPriorities_result result = new changeDataMovementPriorities_result(); + changeJobSubmissionPriority_result result = new changeJobSubmissionPriority_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13602,25 +13594,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, changeDataMovementPriorities_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.changeDataMovementPriorities(args.dataMovementPriorityMap,resultHandler); + public void start(I iface, changeJobSubmissionPriority_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.changeJobSubmissionPriority(args.jobSubmissionInterfaceId, args.newPriorityOrder,resultHandler); } } - public static class deleteJobSubmissionInterface extends org.apache.thrift.AsyncProcessFunction { - public deleteJobSubmissionInterface() { - super("deleteJobSubmissionInterface"); + public static class changeDataMovementPriority extends org.apache.thrift.AsyncProcessFunction { + public changeDataMovementPriority() { + super("changeDataMovementPriority"); } - public deleteJobSubmissionInterface_args getEmptyArgsInstance() { - return new deleteJobSubmissionInterface_args(); + public changeDataMovementPriority_args getEmptyArgsInstance() { + return new changeDataMovementPriority_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - deleteJobSubmissionInterface_result result = new deleteJobSubmissionInterface_result(); + changeDataMovementPriority_result result = new changeDataMovementPriority_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13634,7 +13626,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - deleteJobSubmissionInterface_result result = new deleteJobSubmissionInterface_result(); + changeDataMovementPriority_result result = new changeDataMovementPriority_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13670,25 +13662,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, deleteJobSubmissionInterface_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.deleteJobSubmissionInterface(args.jobSubmissionInterfaceId,resultHandler); + public void start(I iface, changeDataMovementPriority_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.changeDataMovementPriority(args.dataMovementInterfaceId, args.newPriorityOrder,resultHandler); } } - public static class deleteDataMovementInterface extends org.apache.thrift.AsyncProcessFunction { - public deleteDataMovementInterface() { - super("deleteDataMovementInterface"); + public static class changeJobSubmissionPriorities extends org.apache.thrift.AsyncProcessFunction { + public changeJobSubmissionPriorities() { + super("changeJobSubmissionPriorities"); } - public deleteDataMovementInterface_args getEmptyArgsInstance() { - return new deleteDataMovementInterface_args(); + public changeJobSubmissionPriorities_args getEmptyArgsInstance() { + return new changeJobSubmissionPriorities_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - deleteDataMovementInterface_result result = new deleteDataMovementInterface_result(); + changeJobSubmissionPriorities_result result = new changeJobSubmissionPriorities_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13702,7 +13694,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - deleteDataMovementInterface_result result = new deleteDataMovementInterface_result(); + changeJobSubmissionPriorities_result result = new changeJobSubmissionPriorities_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13738,26 +13730,27 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, deleteDataMovementInterface_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.deleteDataMovementInterface(args.dataMovementInterfaceId,resultHandler); + public void start(I iface, changeJobSubmissionPriorities_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.changeJobSubmissionPriorities(args.jobSubmissionPriorityMap,resultHandler); } } - public static class registerGatewayResourceProfile extends org.apache.thrift.AsyncProcessFunction { - public registerGatewayResourceProfile() { - super("registerGatewayResourceProfile"); + public static class changeDataMovementPriorities extends org.apache.thrift.AsyncProcessFunction { + public changeDataMovementPriorities() { + super("changeDataMovementPriorities"); } - public registerGatewayResourceProfile_args getEmptyArgsInstance() { - return new registerGatewayResourceProfile_args(); + public changeDataMovementPriorities_args getEmptyArgsInstance() { + return new changeDataMovementPriorities_args(); } - public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { + public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; - return new AsyncMethodCallback() { - public void onComplete(String o) { - registerGatewayResourceProfile_result result = new registerGatewayResourceProfile_result(); + return new AsyncMethodCallback() { + public void onComplete(Boolean o) { + changeDataMovementPriorities_result result = new changeDataMovementPriorities_result(); result.success = o; + result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; @@ -13769,7 +13762,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - registerGatewayResourceProfile_result result = new registerGatewayResourceProfile_result(); + changeDataMovementPriorities_result result = new changeDataMovementPriorities_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13805,26 +13798,27 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, registerGatewayResourceProfile_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.registerGatewayResourceProfile(args.gatewayResourceProfile,resultHandler); + public void start(I iface, changeDataMovementPriorities_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.changeDataMovementPriorities(args.dataMovementPriorityMap,resultHandler); } } - public static class getGatewayResourceProfile extends org.apache.thrift.AsyncProcessFunction { - public getGatewayResourceProfile() { - super("getGatewayResourceProfile"); + public static class deleteJobSubmissionInterface extends org.apache.thrift.AsyncProcessFunction { + public deleteJobSubmissionInterface() { + super("deleteJobSubmissionInterface"); } - public getGatewayResourceProfile_args getEmptyArgsInstance() { - return new getGatewayResourceProfile_args(); + public deleteJobSubmissionInterface_args getEmptyArgsInstance() { + return new deleteJobSubmissionInterface_args(); } - public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { + public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; - return new AsyncMethodCallback() { - public void onComplete(org.apache.airavata.model.appcatalog.gatewayprofile.GatewayResourceProfile o) { - getGatewayResourceProfile_result result = new getGatewayResourceProfile_result(); + return new AsyncMethodCallback() { + public void onComplete(Boolean o) { + deleteJobSubmissionInterface_result result = new deleteJobSubmissionInterface_result(); result.success = o; + result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; @@ -13836,7 +13830,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - getGatewayResourceProfile_result result = new getGatewayResourceProfile_result(); + deleteJobSubmissionInterface_result result = new deleteJobSubmissionInterface_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13872,25 +13866,25 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, getGatewayResourceProfile_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.getGatewayResourceProfile(args.gatewayID,resultHandler); + public void start(I iface, deleteJobSubmissionInterface_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.deleteJobSubmissionInterface(args.jobSubmissionInterfaceId,resultHandler); } } - public static class updateGatewayResourceProfile extends org.apache.thrift.AsyncProcessFunction { - public updateGatewayResourceProfile() { - super("updateGatewayResourceProfile"); + public static class deleteDataMovementInterface extends org.apache.thrift.AsyncProcessFunction { + public deleteDataMovementInterface() { + super("deleteDataMovementInterface"); } - public updateGatewayResourceProfile_args getEmptyArgsInstance() { - return new updateGatewayResourceProfile_args(); + public deleteDataMovementInterface_args getEmptyArgsInstance() { + return new deleteDataMovementInterface_args(); } public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; return new AsyncMethodCallback() { public void onComplete(Boolean o) { - updateGatewayResourceProfile_result result = new updateGatewayResourceProfile_result(); + deleteDataMovementInterface_result result = new deleteDataMovementInterface_result(); result.success = o; result.setSuccessIsSet(true); try { @@ -13904,7 +13898,7 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - updateGatewayResourceProfile_result result = new updateGatewayResourceProfile_result(); + deleteDataMovementInterface_result result = new deleteDataMovementInterface_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -13940,27 +13934,26 @@ import org.slf4j.LoggerFactory; return false; } - public void start(I iface, updateGatewayResourceProfile_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { - iface.updateGatewayResourceProfile(args.gatewayID, args.gatewayResourceProfile,resultHandler); + public void start(I iface, deleteDataMovementInterface_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.deleteDataMovementInterface(args.dataMovementInterfaceId,resultHandler); } } - public static class deleteGatewayResourceProfile extends org.apache.thrift.AsyncProcessFunction { - public deleteGatewayResourceProfile() { - super("deleteGatewayResourceProfile"); + public static class registerGatewayResourceProfile extends org.apache.thrift.AsyncProcessFunction { + public registerGatewayResourceProfile() { + super("registerGatewayResourceProfile"); } - public deleteGatewayResourceProfile_args getEmptyArgsInstance() { - return new deleteGatewayResourceProfile_args(); + public registerGatewayResourceProfile_args getEmptyArgsInstance() { + return new registerGatewayResourceProfile_args(); } - public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { + public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { final org.apache.thrift.AsyncProcessFunction fcall = this; - return new AsyncMethodCallback() { - public void onComplete(Boolean o) { - deleteGatewayResourceProfile_result result = new deleteGatewayResourceProfile_result(); + return new AsyncMethodCallback() { + public void onComplete(String o) { + registerGatewayResourceProfile_result result = new registerGatewayResourceProfile_result(); result.success = o; - result.setSuccessIsSet(true); try { fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); return; @@ -13972,7 +13965,210 @@ import org.slf4j.LoggerFactory; public void onError(Exception e) { byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; org.apache.thrift.TBase msg; - deleteGatewayResourceProfile_result result = new deleteGatewayResourceProfile_result(); + registerGatewayResourceProfile_result result = new registerGatewayResourceProfile_result(); + if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { + result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; + result.setIreIsSet(true); + msg = result; + } + else if (e instanceof org.apache.airavata.model.error.AiravataClientException) { + result.ace = (org.apache.airavata.model.error.AiravataClientException) e; + result.setAceIsSet(true); + msg = result; + } + else if (e instanceof org.apache.airavata.model.error.AiravataSystemException) { + result.ase = (org.apache.airavata.model.error.AiravataSystemException) e; + result.setAseIsSet(true); + msg = result; + } + else + { + msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; + msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); + } + try { + fcall.sendResponse(fb,msg,msgType,seqid); + return; + } catch (Exception ex) { + LOGGER.error("Exception writing to internal frame buffer", ex); + } + fb.close(); + } + }; + } + + protected boolean isOneway() { + return false; + } + + public void start(I iface, registerGatewayResourceProfile_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.registerGatewayResourceProfile(args.gatewayResourceProfile,resultHandler); + } + } + + public static class getGatewayResourceProfile extends org.apache.thrift.AsyncProcessFunction { + public getGatewayResourceProfile() { + super("getGatewayResourceProfile"); + } + + public getGatewayResourceProfile_args getEmptyArgsInstance() { + return new getGatewayResourceProfile_args(); + } + + public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { + final org.apache.thrift.AsyncProcessFunction fcall = this; + return new AsyncMethodCallback() { + public void onComplete(org.apache.airavata.model.appcatalog.gatewayprofile.GatewayResourceProfile o) { + getGatewayResourceProfile_result result = new getGatewayResourceProfile_result(); + result.success = o; + try { + fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); + return; + } catch (Exception e) { + LOGGER.error("Exception writing to internal frame buffer", e); + } + fb.close(); + } + public void onError(Exception e) { + byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; + org.apache.thrift.TBase msg; + getGatewayResourceProfile_result result = new getGatewayResourceProfile_result(); + if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { + result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; + result.setIreIsSet(true); + msg = result; + } + else if (e instanceof org.apache.airavata.model.error.AiravataClientException) { + result.ace = (org.apache.airavata.model.error.AiravataClientException) e; + result.setAceIsSet(true); + msg = result; + } + else if (e instanceof org.apache.airavata.model.error.AiravataSystemException) { + result.ase = (org.apache.airavata.model.error.AiravataSystemException) e; + result.setAseIsSet(true); + msg = result; + } + else + { + msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; + msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); + } + try { + fcall.sendResponse(fb,msg,msgType,seqid); + return; + } catch (Exception ex) { + LOGGER.error("Exception writing to internal frame buffer", ex); + } + fb.close(); + } + }; + } + + protected boolean isOneway() { + return false; + } + + public void start(I iface, getGatewayResourceProfile_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.getGatewayResourceProfile(args.gatewayID,resultHandler); + } + } + + public static class updateGatewayResourceProfile extends org.apache.thrift.AsyncProcessFunction { + public updateGatewayResourceProfile() { + super("updateGatewayResourceProfile"); + } + + public updateGatewayResourceProfile_args getEmptyArgsInstance() { + return new updateGatewayResourceProfile_args(); + } + + public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { + final org.apache.thrift.AsyncProcessFunction fcall = this; + return new AsyncMethodCallback() { + public void onComplete(Boolean o) { + updateGatewayResourceProfile_result result = new updateGatewayResourceProfile_result(); + result.success = o; + result.setSuccessIsSet(true); + try { + fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); + return; + } catch (Exception e) { + LOGGER.error("Exception writing to internal frame buffer", e); + } + fb.close(); + } + public void onError(Exception e) { + byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; + org.apache.thrift.TBase msg; + updateGatewayResourceProfile_result result = new updateGatewayResourceProfile_result(); + if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { + result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; + result.setIreIsSet(true); + msg = result; + } + else if (e instanceof org.apache.airavata.model.error.AiravataClientException) { + result.ace = (org.apache.airavata.model.error.AiravataClientException) e; + result.setAceIsSet(true); + msg = result; + } + else if (e instanceof org.apache.airavata.model.error.AiravataSystemException) { + result.ase = (org.apache.airavata.model.error.AiravataSystemException) e; + result.setAseIsSet(true); + msg = result; + } + else + { + msgType = org.apache.thrift.protocol.TMessageType.EXCEPTION; + msg = (org.apache.thrift.TBase)new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.INTERNAL_ERROR, e.getMessage()); + } + try { + fcall.sendResponse(fb,msg,msgType,seqid); + return; + } catch (Exception ex) { + LOGGER.error("Exception writing to internal frame buffer", ex); + } + fb.close(); + } + }; + } + + protected boolean isOneway() { + return false; + } + + public void start(I iface, updateGatewayResourceProfile_args args, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws TException { + iface.updateGatewayResourceProfile(args.gatewayID, args.gatewayResourceProfile,resultHandler); + } + } + + public static class deleteGatewayResourceProfile extends org.apache.thrift.AsyncProcessFunction { + public deleteGatewayResourceProfile() { + super("deleteGatewayResourceProfile"); + } + + public deleteGatewayResourceProfile_args getEmptyArgsInstance() { + return new deleteGatewayResourceProfile_args(); + } + + public AsyncMethodCallback getResultHandler(final AsyncFrameBuffer fb, final int seqid) { + final org.apache.thrift.AsyncProcessFunction fcall = this; + return new AsyncMethodCallback() { + public void onComplete(Boolean o) { + deleteGatewayResourceProfile_result result = new deleteGatewayResourceProfile_result(); + result.success = o; + result.setSuccessIsSet(true); + try { + fcall.sendResponse(fb,result, org.apache.thrift.protocol.TMessageType.REPLY,seqid); + return; + } catch (Exception e) { + LOGGER.error("Exception writing to internal frame buffer", e); + } + fb.close(); + } + public void onError(Exception e) { + byte msgType = org.apache.thrift.protocol.TMessageType.REPLY; + org.apache.thrift.TBase msg; + deleteGatewayResourceProfile_result result = new deleteGatewayResourceProfile_result(); if (e instanceof org.apache.airavata.model.error.InvalidRequestException) { result.ire = (org.apache.airavata.model.error.InvalidRequestException) e; result.setIreIsSet(true); @@ -34687,42 +34883,1164 @@ import org.slf4j.LoggerFactory; tmpMap.put(_Fields.AIRAVATA_EXPERIMENT_ID, new org.apache.thrift.meta_data.FieldMetaData("airavataExperimentId", org.apache.thrift.TFieldRequirementType.REQUIRED, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); - org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(validateExperiment_args.class, metaDataMap); + org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(validateExperiment_args.class, metaDataMap); + } + + public validateExperiment_args() { + } + + public validateExperiment_args( + String airavataExperimentId) + { + this(); + this.airavataExperimentId = airavataExperimentId; + } + + /** + * Performs a deep copy on other. + */ + public validateExperiment_args(validateExperiment_args other) { + if (other.isSetAiravataExperimentId()) { + this.airavataExperimentId = other.airavataExperimentId; + } + } + + public validateExperiment_args deepCopy() { + return new validateExperiment_args(this); + } + + @Override + public void clear() { + this.airavataExperimentId = null; + } + + public String getAiravataExperimentId() { + return this.airavataExperimentId; + } + + public validateExperiment_args setAiravataExperimentId(String airavataExperimentId) { + this.airavataExperimentId = airavataExperimentId; + return this; + } + + public void unsetAiravataExperimentId() { + this.airavataExperimentId = null; + } + + /** Returns true if field airavataExperimentId is set (has been assigned a value) and false otherwise */ + public boolean isSetAiravataExperimentId() { + return this.airavataExperimentId != null; + } + + public void setAiravataExperimentIdIsSet(boolean value) { + if (!value) { + this.airavataExperimentId = null; + } + } + + public void setFieldValue(_Fields field, Object value) { + switch (field) { + case AIRAVATA_EXPERIMENT_ID: + if (value == null) { + unsetAiravataExperimentId(); + } else { + setAiravataExperimentId((String)value); + } + break; + + } + } + + public Object getFieldValue(_Fields field) { + switch (field) { + case AIRAVATA_EXPERIMENT_ID: + return getAiravataExperimentId(); + + } + throw new IllegalStateException(); + } + + /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ + public boolean isSet(_Fields field) { + if (field == null) { + throw new IllegalArgumentException(); + } + + switch (field) { + case AIRAVATA_EXPERIMENT_ID: + return isSetAiravataExperimentId(); + } + throw new IllegalStateException(); + } + + @Override + public boolean equals(Object that) { + if (that == null) + return false; + if (that instanceof validateExperiment_args) + return this.equals((validateExperiment_args)that); + return false; + } + + public boolean equals(validateExperiment_args that) { + if (that == null) + return false; + + boolean this_present_airavataExperimentId = true && this.isSetAiravataExperimentId(); + boolean that_present_airavataExperimentId = true && that.isSetAiravataExperimentId(); + if (this_present_airavataExperimentId || that_present_airavataExperimentId) { + if (!(this_present_airavataExperimentId && that_present_airavataExperimentId)) + return false; + if (!this.airavataExperimentId.equals(that.airavataExperimentId)) + return false; + } + + return true; + } + + @Override + public int hashCode() { + return 0; + } + + @Override + public int compareTo(validateExperiment_args other) { + if (!getClass().equals(other.getClass())) { + return getClass().getName().compareTo(other.getClass().getName()); + } + + int lastComparison = 0; + + lastComparison = Boolean.valueOf(isSetAiravataExperimentId()).compareTo(other.isSetAiravataExperimentId()); + if (lastComparison != 0) { + return lastComparison; + } + if (isSetAiravataExperimentId()) { + lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.airavataExperimentId, other.airavataExperimentId); + if (lastComparison != 0) { + return lastComparison; + } + } + return 0; + } + + public _Fields fieldForId(int fieldId) { + return _Fields.findByThriftId(fieldId); + } + + public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { + schemes.get(iprot.getScheme()).getScheme().read(iprot, this); + } + + public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { + schemes.get(oprot.getScheme()).getScheme().write(oprot, this); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder("validateExperiment_args("); + boolean first = true; + + sb.append("airavataExperimentId:"); + if (this.airavataExperimentId == null) { + sb.append("null"); + } else { + sb.append(this.airavataExperimentId); + } + first = false; + sb.append(")"); + return sb.toString(); + } + + public void validate() throws org.apache.thrift.TException { + // check for required fields + if (airavataExperimentId == null) { + throw new org.apache.thrift.protocol.TProtocolException("Required field 'airavataExperimentId' was not present! Struct: " + toString()); + } + // check for sub-struct validity + } + + private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { + try { + write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); + } catch (org.apache.thrift.TException te) { + throw new java.io.IOException(te); + } + } + + private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { + try { + read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); + } catch (org.apache.thrift.TException te) { + throw new java.io.IOException(te); + } + } + + private static class validateExperiment_argsStandardSchemeFactory implements SchemeFactory { + public validateExperiment_argsStandardScheme getScheme() { + return new validateExperiment_argsStandardScheme(); + } + } + + private static class validateExperiment_argsStandardScheme extends StandardScheme { + + public void read(org.apache.thrift.protocol.TProtocol iprot, validateExperiment_args struct) throws org.apache.thrift.TException { + org.apache.thrift.protocol.TField schemeField; + iprot.readStructBegin(); + while (true) + { + schemeField = iprot.readFieldBegin(); + if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { + break; + } + switch (schemeField.id) { + case 1: // AIRAVATA_EXPERIMENT_ID + if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { + struct.airavataExperimentId = iprot.readString(); + struct.setAiravataExperimentIdIsSet(true); + } else { + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + break; + default: + org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); + } + iprot.readFieldEnd(); + } + iprot.readStructEnd(); + + // check for required fields of primitive type, which can't be checked in the validate method + struct.validate(); + } + + public void write(org.apache.thrift.protocol.TProtocol oprot, validateExperiment_args struct) throws org.apache.thrift.TException { + struct.validate(); + + oprot.writeStructBegin(STRUCT_DESC); + if (struct.airavataExperimentId != null) { + oprot.writeFieldBegin(AIRAVATA_EXPERIMENT_ID_FIELD_DESC); + oprot.writeString(struct.airavataExperimentId); + oprot.writeFieldEnd(); + } + oprot.writeFieldStop(); + oprot.writeStructEnd(); + } + + } + + private static class validateExperiment_argsTupleSchemeFactory implements SchemeFactory { + public validateExperiment_argsTupleScheme getScheme() { + return new validateExperiment_argsTupleScheme(); + } + } + + private static class validateExperiment_argsTupleScheme extends TupleScheme { + + @Override + public void write(org.apache.thrift.protocol.TProtocol prot, validateExperiment_args struct) throws org.apache.thrift.TException { + TTupleProtocol oprot = (TTupleProtocol) prot; + oprot.writeString(struct.airavataExperimentId); + } + + @Override + public void read(org.apache.thrift.protocol.TProtocol prot, validateExperiment_args struct) throws org.apache.thrift.TException { + TTupleProtocol iprot = (TTupleProtocol) prot; + struct.airavataExperimentId = iprot.readString(); + struct.setAiravataExperimentIdIsSet(true); + } + } + + } + + public static class validateExperiment_result implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { + private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("validateExperiment_result"); + + private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.BOOL, (short)0); + private static final org.apache.thrift.protocol.TField IRE_FIELD_DESC = new org.apache.thrift.protocol.TField("ire", org.apache.thrift.protocol.TType.STRUCT, (short)1); + private static final org.apache.thrift.protocol.TField ENF_FIELD_DESC = new org.apache.thrift.protocol.TField("enf", org.apache.thrift.protocol.TType.STRUCT, (short)2); + private static final org.apache.thrift.protocol.TField ACE_FIELD_DESC = new org.apache.thrift.protocol.TField("ace", org.apache.thrift.protocol.TType.STRUCT, (short)3); + private static final org.apache.thrift.protocol.TField ASE_FIELD_DESC = new org.apache.thrift.protocol.TField("ase", org.apache.thrift.protocol.TType.STRUCT, (short)4); + + private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); + static { + schemes.put(StandardScheme.class, new validateExperiment_resultStandardSchemeFactory()); + schemes.put(TupleScheme.class, new validateExperiment_resultTupleSchemeFactory()); + } + + public boolean success; // required + public org.apache.airavata.model.error.InvalidRequestException ire; // required + public org.apache.airavata.model.error.ExperimentNotFoundException enf; // required + public org.apache.airavata.model.error.AiravataClientException ace; // required + public org.apache.airavata.model.error.AiravataSystemException ase; // required + + /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ + @SuppressWarnings("all") public enum _Fields implements org.apache.thrift.TFieldIdEnum { + SUCCESS((short)0, "success"), + IRE((short)1, "ire"), + ENF((short)2, "enf"), + ACE((short)3, "ace"), + ASE((short)4, "ase"); + + private static final Map byName = new HashMap(); + + static { + for (_Fields field : EnumSet.allOf(_Fields.class)) { + byName.put(field.getFieldName(), field); + } + } + + /** + * Find the _Fields constant that matches fieldId, or null if its not found. + */ + public static _Fields findByThriftId(int fieldId) { + switch(fieldId) { + case 0: // SUCCESS + return SUCCESS; + case 1: // IRE + return IRE; + case 2: // ENF + return ENF; + case 3: // ACE + return ACE; + case 4: // ASE + return ASE; + default: + return null; + } + } + + /** + * Find the _Fields constant that matches fieldId, throwing an exception + * if it is not found. + */ + public static _Fields findByThriftIdOrThrow(int fieldId) { + _Fields fields = findByThriftId(fieldId); + if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't e