org.gcube.vremanagement.resourcebroker.impl.services
Class ISRequirementsRequester

java.lang.Object
  extended by org.gcube.vremanagement.resourcebroker.impl.services.ISRequirementsRequester

public class ISRequirementsRequester
extends java.lang.Object

Consists of a proxy between the BrokerService and the gCube Information System. Gets the requirements for a given package.

Author:
Daniele Strollo (ISTI-CNR)

Constructor Summary
ISRequirementsRequester()
           
 
Method Summary
static java.util.List<Requirement> getRequirements(GCUBEScope queryScope, PackageElem pkg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISRequirementsRequester

public ISRequirementsRequester()
Method Detail

getRequirements

public static final java.util.List<Requirement> getRequirements(GCUBEScope queryScope,
                                                                PackageElem pkg)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception