java.lang.Object
org.gcube.vremanagement.executor.plugin.RunOn

public class RunOn extends Object
Author:
Luca Frosini (ISTI - CNR)
  • Field Details

    • hostingNode

      protected Ref hostingNode
      Reference to the hosting node where the plugin runs
    • eService

      protected Ref eService
      Reference to the service where the plugin runs
  • Constructor Details

    • RunOn

      public RunOn()
      Default constructor.
    • RunOn

      public RunOn(Ref hostingNode, Ref eService)
      Constructor with hosting node and service references.
      Parameters:
      hostingNode - reference to the hosting node
      eService - reference to the service
  • Method Details

    • getHostingNode

      public Ref getHostingNode()
      Returns:
      the hostingNodeID
    • setHostingNode

      public void setHostingNode(Ref hostingNode)
      Parameters:
      hostingNode - the hostingNode to set
    • getEService

      public Ref getEService()
      Returns:
      the eServiceID
    • setEService

      public void setEService(Ref eService)
      Parameters:
      eService - the EService to set