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.PropertyBagConcurrency resource base class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContextInfo()Gets the value of the contextInfo property.StringgetContextInfoEnabled()Gets the value of the contextInfoEnabled property.StringgetDescription()Gets the value of the description property.List<org.jvnet.hk2.config.types.Property>getProperty()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.
-
-
-
Method Detail
-
getContextInfoEnabled
String getContextInfoEnabled()
Gets the value of the contextInfoEnabled property.- Returns:
- possible object is
String
-
setContextInfoEnabled
void setContextInfoEnabled(String value) throws PropertyVetoException
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
void setContextInfo(String value) throws PropertyVetoException
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
void setDescription(String value) throws PropertyVetoException
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
-
-