org.gcube.vremanagement.vremodeler.impl.util
Class ResourceManagerServiceHandler<T,P>

java.lang.Object
  extended by 
      extended by org.gcube.vremanagement.vremodeler.impl.util.ResourceManagerServiceHandler<T,P>

public abstract class ResourceManagerServiceHandler<T,P>
extends


Field Summary
 java.lang.String relatedGhnId
           
 GCUBEScope scope
           
 
Constructor Summary
ResourceManagerServiceHandler()
           
 
Method Summary
 T getReturnValue()
           
 void setParameter(P param)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scope

public GCUBEScope scope

relatedGhnId

public java.lang.String relatedGhnId
Constructor Detail

ResourceManagerServiceHandler

public ResourceManagerServiceHandler()
Method Detail

getReturnValue

public T getReturnValue()

setParameter

public void setParameter(P param)