public interface ConcurrencyResource
extends org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getContextInfo()
Gets the value of the contextInfo property.
|
String |
getContextInfoEnabled()
Gets the value of the contextInfoEnabled property.
|
String |
getDescription()
Gets the value of the description property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
void |
setContextInfo(String value)
Sets the value of the contextInfo property.
|
void |
setContextInfoEnabled(String value)
Sets the value of the contextInfoEnabled property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
String getContextInfoEnabled()
Stringvoid setContextInfoEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getContextInfo()
Stringvoid setContextInfo(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getDescription()
Stringvoid setDescription(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionList<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017. All rights reserved.