Interface ModuleMonitoringLevels

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag

public interface ModuleMonitoringLevels extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

    org.jvnet.hk2.config.ConfigBeanProxy.Duck

    Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag

    org.jvnet.hk2.config.types.PropertyBag.Duck
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the cloud property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the cloud Elasticity property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the cloud Orchestrator property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the cloudTenantManager property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the cloud IMS property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the connectorConnectionPool property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the connectorService property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the deployment property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the ejbContainer property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the httpService property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the jdbcConnectionPool property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the jax-ra property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the jmsService property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the jpa property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the jvm property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the orb property.
    List<org.jvnet.hk2.config.types.Property>
    Properties as per PropertyBag
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the security property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the threadPool property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the transactionService property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the webContainer property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the web-service-container property.
    void
    Sets the value of the cloud property.
    void
    Sets the value of the cloud elasticity property.
    void
    Sets the value of the cloud Orchestrator property.
    void
    Sets the value of the cloudTenantManager property.
    void
    Sets the value of the cloud IMS property.
    void
    Sets the value of the connectorConnectionPool property.
    void
    Sets the value of the connectorService property.
    void
    Sets the value of the webContainer property.
    void
    Sets the value of the ejbContainer property.
    void
    Sets the value of the httpService property.
    void
    Sets the value of the jdbcConnectionPool property.
    void
    Sets the value of the jax-ra property.
    void
    Sets the value of the jmsService property.
    void
    setJpa(String value)
    Sets the value of the jpa property.
    void
    setJvm(String value)
    Sets the value of the jvm property.
    void
    setOrb(String value)
    Sets the value of the orb property.
    void
    Sets the value of the security property.
    void
    Sets the value of the threadPool property.
    void
    Sets the value of the transactionService property.
    void
    Sets the value of the webContainer property.
    void
    Sets the value of the web-service-container 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
  • Field Details

  • Method Details

    • getThreadPool

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getThreadPool()
      Gets the value of the threadPool property. All the thread-pools used by the run time
      Returns:
      possible object is String
    • setThreadPool

      void setThreadPool(String value) throws PropertyVetoException
      Sets the value of the threadPool property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getOrb

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getOrb()
      Gets the value of the orb property. Specifies the level for connection managers of the orb, which apply to connections to the orb
      Returns:
      possible object is String
    • setOrb

      void setOrb(String value) throws PropertyVetoException
      Sets the value of the orb property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getEjbContainer

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getEjbContainer()
      Gets the value of the ejbContainer property. Various ejbs deployed to the server, ejb-pools, ejb-caches & ejb-methods
      Returns:
      possible object is String
    • setEjbContainer

      void setEjbContainer(String value) throws PropertyVetoException
      Sets the value of the ejbContainer property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getWebContainer

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getWebContainer()
      Gets the value of the webContainer property.
      Returns:
      possible object is String
    • setWebContainer

      void setWebContainer(String value) throws PropertyVetoException
      Sets the value of the webContainer property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getDeployment

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getDeployment()
      Gets the value of the deployment property.
      Returns:
      possible object is String
    • setDeployment

      void setDeployment(String value) throws PropertyVetoException
      Sets the value of the webContainer property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getTransactionService

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getTransactionService()
      Gets the value of the transactionService property. Transaction subsystem
      Returns:
      possible object is String
    • setTransactionService

      void setTransactionService(String value) throws PropertyVetoException
      Sets the value of the transactionService property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getHttpService

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getHttpService()
      Gets the value of the httpService property. http engine and the http listeners therein.
      Returns:
      possible object is String
    • setHttpService

      void setHttpService(String value) throws PropertyVetoException
      Sets the value of the httpService property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getJdbcConnectionPool

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getJdbcConnectionPool()
      Gets the value of the jdbcConnectionPool property. Monitoring level for all the jdbc-connection-pools used by the runtime.
      Returns:
      possible object is String
    • setJdbcConnectionPool

      void setJdbcConnectionPool(String value) throws PropertyVetoException
      Sets the value of the jdbcConnectionPool property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getConnectorConnectionPool

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getConnectorConnectionPool()
      Gets the value of the connectorConnectionPool property. Monitoring level for all the connector-connection-pools used by runtime.
      Returns:
      possible object is String
    • setConnectorConnectionPool

      void setConnectorConnectionPool(String value) throws PropertyVetoException
      Sets the value of the connectorConnectionPool property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getConnectorService

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getConnectorService()
      Gets the value of the connectorService property.
      Returns:
      possible object is String
    • setConnectorService

      void setConnectorService(String value) throws PropertyVetoException
      Sets the value of the connectorService property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getJmsService

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getJmsService()
      Gets the value of the jmsService property.
      Returns:
      possible object is String
    • setJmsService

      void setJmsService(String value) throws PropertyVetoException
      Sets the value of the jmsService property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getJvm

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getJvm()
      Gets the value of the jvm property.
      Returns:
      possible object is String
    • setJvm

      void setJvm(String value) throws PropertyVetoException
      Sets the value of the jvm property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getSecurity

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getSecurity()
      Gets the value of the security property.
      Returns:
      possible object is String
    • setSecurity

      void setSecurity(String value) throws PropertyVetoException
      Sets the value of the security property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getWebServicesContainer

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getWebServicesContainer()
      Gets the value of the web-service-container property.
      Returns:
      possible object is String
    • setWebServicesContainer

      void setWebServicesContainer(String value) throws PropertyVetoException
      Sets the value of the web-service-container property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getJpa

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getJpa()
      Gets the value of the jpa property.
      Returns:
      possible object is String
    • setJpa

      void setJpa(String value) throws PropertyVetoException
      Sets the value of the jpa property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getJersey

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getJersey()
      Gets the value of the jax-ra property.
      Returns:
      possible object is String
    • setJersey

      void setJersey(String value) throws PropertyVetoException
      Sets the value of the jax-ra property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getCloudTenantManager

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getCloudTenantManager()
      Gets the value of the cloudTenantManager property.
      Returns:
      possible object is String
    • setCloudTenantManager

      void setCloudTenantManager(String value) throws PropertyVetoException
      Sets the value of the cloudTenantManager property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getCloud

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getCloud()
      Gets the value of the cloud property.
      Returns:
      possible object is String
    • setCloud

      void setCloud(String value) throws PropertyVetoException
      Sets the value of the cloud property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getCloudOrchestrator

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getCloudOrchestrator()
      Gets the value of the cloud Orchestrator property.
      Returns:
      possible object is String
    • setCloudOrchestrator

      void setCloudOrchestrator(String value) throws PropertyVetoException
      Sets the value of the cloud Orchestrator property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getCloudElasticity

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getCloudElasticity()
      Gets the value of the cloud Elasticity property.
      Returns:
      possible object is String
    • setCloudElasticity

      void setCloudElasticity(String value) throws PropertyVetoException
      Sets the value of the cloud elasticity property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getCloudVirtAssemblyService

      @Pattern(regexp="(OFF|LOW|HIGH)", message="Valid values: (OFF|LOW|HIGH)") @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String getCloudVirtAssemblyService()
      Gets the value of the cloud IMS property.
      Returns:
      possible object is String
    • setCloudVirtAssemblyService

      void setCloudVirtAssemblyService(String value) throws PropertyVetoException
      Sets the value of the cloud IMS property.
      Parameters:
      value - allowed object is String
      Throws:
      PropertyVetoException
    • getProperty

      @ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<org.jvnet.hk2.config.types.Property> getProperty()
      Properties as per PropertyBag
      Specified by:
      getProperty in interface org.jvnet.hk2.config.types.PropertyBag