Interface ConcurrencyResource

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
All Known Subinterfaces:
ContextService, ManagedExecutorService, ManagedExecutorServiceBase, ManagedScheduledExecutorService, ManagedThreadFactory

public interface ConcurrencyResource extends org.jvnet.hk2.config.types.PropertyBag, org.jvnet.hk2.config.ConfigBeanProxy
Concurrency resource base class
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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 per PropertyBag
    void
    Sets the value of the contextInfo property.
    void
    Sets the value of the contextInfoEnabled property.
    void
    Sets the value of the description property.

    Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    createChild, deepCopy, getParent, getParent

    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

      void setContextInfoEnabled(String value) throws PropertyVetoException
      Sets the value of the contextInfoEnabled property.
      Parameters:
      value - allowed object is String
      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 is String
      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 is String
      Throws:
      PropertyVetoException
    • getProperty

      List<org.jvnet.hk2.config.types.Property> getProperty()
      Properties as per PropertyBag
      Specified by:
      getProperty in interface org.jvnet.hk2.config.types.PropertyBag