Package org.glassfish.concurrent.config
Interface ConcurrencyResource
- All Superinterfaces:
org.jvnet.hk2.config.types.PropertyBag
- All Known Subinterfaces:
ContextService,ManagedExecutorService,ManagedExecutorServiceBase,ManagedScheduledExecutorService,ManagedThreadFactory
public interface ConcurrencyResource
extends org.jvnet.hk2.config.types.PropertyBag
Concurrency resource base class
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
org.jvnet.hk2.config.types.PropertyBag.Duck -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contextInfo property.Gets the value of the contextInfoEnabled property.Gets the value of the description property.List<org.jvnet.hk2.config.types.Property>Properties as perPropertyBagvoidsetContextInfo(String value) Sets the value of the contextInfo property.voidsetContextInfoEnabled(String value) Sets the value of the contextInfoEnabled property.voidsetDescription(String value) Sets the value of the description property.Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
Method Details
-
getContextInfoEnabled
String getContextInfoEnabled()Gets the value of the contextInfoEnabled property.- Returns:
- possible object is
String
-
setContextInfoEnabled
Sets the value of the contextInfoEnabled property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getContextInfo
String getContextInfo()Gets the value of the contextInfo property.- Returns:
- possible object is
String
-
setContextInfo
Sets the value of the contextInfo property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getDescription
String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getProperty
List<org.jvnet.hk2.config.types.Property> getProperty()Properties as perPropertyBag- Specified by:
getPropertyin interfaceorg.jvnet.hk2.config.types.PropertyBag
-