Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.resources.Service
Packages that use Service
Package
Description
-
Uses of Service in org.gcube.resourcemanagement.model.impl.entities.resources
Classes in org.gcube.resourcemanagement.model.impl.entities.resources that implement ServiceModifier and TypeClassDescriptionclassclassclassclassclassclass -
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 ServiceModifier and TypeClassDescriptionclassHasActionImpl<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.reference.entities.resources
Subinterfaces of Service in org.gcube.resourcemanagement.model.reference.entities.resourcesModifier and TypeInterfaceDescriptioninterfaceEService is any running service that is registered in the infrastructure and made available by an access point.interfaceThe HostingNode represent a container capable of managing the lifecycle of an electronic service, i.e., being capable to host and operate anEService.interfaceRunningPlugin allows differentiating which is the primary service and which is an additional capability of a such a service.interfaceVirtualMachine (VM) is the typical resource represented in a cloud infrastructure.interfaceVirtualService 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 ServiceModifier and TypeInterfaceDescriptioninterfaceHasAction<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.