Uses of Class
org.osgi.service.cdi.ServiceScope
-
Packages that use ServiceScope Package Description org.osgi.service.cdi CDI Integration Package Version 1.0.org.osgi.service.cdi.annotations CDI Integration Package Version 1.0.org.osgi.service.cdi.runtime.dto.template CDI Integration Package Version 1.0. -
-
Uses of ServiceScope in org.osgi.service.cdi
Methods in org.osgi.service.cdi that return ServiceScope Modifier and Type Method Description static ServiceScope
ServiceScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceScope[]
ServiceScope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceScope in org.osgi.service.cdi.annotations
Methods in org.osgi.service.cdi.annotations that return ServiceScope Modifier and Type Method Description ServiceScope
ServiceInstance.Literal. value()
ServiceScope
value()
The scope of the service.Methods in org.osgi.service.cdi.annotations with parameters of type ServiceScope Modifier and Type Method Description static ServiceInstance.Literal
ServiceInstance.Literal. of(ServiceScope type)
-
Uses of ServiceScope in org.osgi.service.cdi.runtime.dto.template
Fields in org.osgi.service.cdi.runtime.dto.template declared as ServiceScope Modifier and Type Field Description ServiceScope
ActivationTemplateDTO. scope
TheServiceScope
of this activation
-