Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.resources.Service
-
-
Uses of Service in org.gcube.resourcemanagement.model.impl.entities.resources
Classes in org.gcube.resourcemanagement.model.impl.entities.resources that implement Service Modifier and Type Class Description classEServiceImplclassHostingNodeImplclassRunningPluginImplclassServiceImplclassVirtualMachineImplclassVirtualServiceImpl -
Uses of Service in org.gcube.resourcemanagement.model.impl.relations.consistsof
Classes in org.gcube.resourcemanagement.model.impl.relations.consistsof with type parameters of type Service Modifier and Type Class Description classHasActionImpl<Out extends Service,In extends ActionFacet>An implementation of theHasActionrelation.classHasAddActionImpl<Out extends Service,In extends ActionFacet>An implementation of theHasAddActionrelation.classHasRemoveActionImpl<Out extends Service,In extends ActionFacet>An implementation of theHasRemoveActionrelation. -
Uses of Service in org.gcube.resourcemanagement.model.impl.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.impl.relations.isrelatedto with type parameters of type Service Modifier and Type Class Description classActivatesImpl<Out extends Service,In extends Service>classActivatesImpl<Out extends Service,In extends Service>classCallsForImpl<Out extends Service,In extends Service>classCallsForImpl<Out extends Service,In extends Service>classEnablesImpl<Out extends Service,In extends Software>classHostsImpl<Out extends Site,In extends Service>classIsCustomizedByImpl<Out extends Service,In extends ConfigurationTemplate>classManagesImpl<Out extends Service,In extends Dataset>classRequiresImpl<Out extends Software,In extends Service> -
Uses of Service in org.gcube.resourcemanagement.model.reference.entities.resources
Subinterfaces of Service in org.gcube.resourcemanagement.model.reference.entities.resources Modifier and Type Interface Description interfaceEServiceEService is any running service that is registered in the infrastructure and made available by an access point.interfaceHostingNodeThe HostingNode represent a container capable of managing the lifecycle of an electronic service, i.e., being capable to host and operate anEService.interfaceRunningPluginRunningPlugin allows differentiating which is the primary service and which is an additional capability of a such a service.interfaceVirtualMachineVirtualMachine (VM) is the typical resource represented in a cloud infrastructure.interfaceVirtualServiceVirtualService is an abstract service (non-physically existing service) worth being represented as an existing Service for management purposes. -
Uses of Service in org.gcube.resourcemanagement.model.reference.relations.consistsof
Classes in org.gcube.resourcemanagement.model.reference.relations.consistsof with type parameters of type Service Modifier and Type Interface Description interfaceHasAction<Out extends Service,In extends ActionFacet>Relation among aServiceand itsActionFacet.interfaceHasAddAction<Out extends Service,In extends ActionFacet>An action triggered when aServiceis activated.interfaceHasRemoveAction<Out extends Service,In extends ActionFacet>An action triggered when aServiceis deactivated. -
Uses of Service in org.gcube.resourcemanagement.model.reference.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Service Modifier and Type Interface Description interfaceActivates<Out extends Service,In extends Service>interfaceActivates<Out extends Service,In extends Service>interfaceCallsFor<Out extends Service,In extends Service>interfaceCallsFor<Out extends Service,In extends Service>interfaceEnables<Out extends Service,In extends Software>interfaceHosts<Out extends Site,In extends Service>interfaceIsCustomizedBy<Out extends Service,In extends ConfigurationTemplate>IsCustomizedBy evidences that anyServicecan be customised by aConfigurationTemplate.interfaceManages<Out extends Service,In extends Dataset>interfaceRequires<Out extends Software,In extends Service>
-