org.gcube.vremanagement.resourcemanager.impl.deployment
Class SoftwareGatewayRequest

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.impl.deployment.SoftwareGatewayRequest

public final class SoftwareGatewayRequest
extends java.lang.Object

Request for the Software Repository service to solve the service2package relationships

Author:
Manuele Simi (ISTI-CNR)

Constructor Summary
SoftwareGatewayRequest()
           
 
Method Summary
 void addService(ScopedDeployedService service)
          Adds a new service to the request
 java.util.List<ScopedDeployedService> send()
          Sends the request to the appropriate SR
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftwareGatewayRequest

public SoftwareGatewayRequest()
Method Detail

addService

public void addService(ScopedDeployedService service)
Adds a new service to the request

Parameters:
service -

send

public java.util.List<ScopedDeployedService> send()
                                           throws java.lang.Exception
Sends the request to the appropriate SR

Throws:
java.lang.Exception