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
  • 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 cloudElasticity property.
    @Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") String
    Gets the value of the cloudOrchestrator 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-rs 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 webServiceContainer property.
    void
    Sets the value of the cloud property.
    void
    setCloudElasticity(String cloudElasticity)
    Sets the value of the cloudElasticity property.
    void
    setCloudOrchestrator(String cloudOrchestrator)
    Sets the value of the cloudOrchestrator property.
    void
    setCloudTenantManager(String cloudTenantManager)
    Sets the value of the cloudTenantManager property.
    void
    setCloudVirtAssemblyService(String virtAssemblyService)
    Sets the value of the cloud IMS property.
    void
    setConnectorConnectionPool(String connectorConnectionPool)
    Sets the value of the connectorConnectionPool property.
    void
    setConnectorService(String connectorService)
    Sets the value of the connectorService property.
    void
    setDeployment(String deployment)
    Sets the value of the webContainer property.
    void
    setEjbContainer(String ejbContainer)
    Sets the value of the ejbContainer property.
    void
    setHttpService(String httpService)
    Sets the value of the httpService property.
    void
    setJdbcConnectionPool(String jdbcConnectionPool)
    Sets the value of the jdbcConnectionPool property.
    void
    setJersey(String jersey)
    Sets the value of the jax-rs property.
    void
    setJmsService(String jmsService)
    Sets the value of the jmsService property.
    void
    Sets the value of the jpa property.
    void
    Sets the value of the jvm property.
    void
    Sets the value of the orb property.
    void
    setSecurity(String security)
    Sets the value of the security property.
    void
    setThreadPool(String threadPool)
    Sets the value of the threadPool property.
    void
    setTransactionService(String transactionService)
    Sets the value of the transactionService property.
    void
    setWebContainer(String webContainer)
    Sets the value of the webContainer property.
    void
    setWebServicesContainer(String webServicesContainer)
    Sets the value of the webServiceContainer 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 threadPool) throws PropertyVetoException
      Sets the value of the threadPool property.
      Parameters:
      threadPool - 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 orb) throws PropertyVetoException
      Sets the value of the orb property.
      Parameters:
      orb - 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 invalid input: '&' ejb-methods.

      Returns:
      possible object is String
    • setEjbContainer

      void setEjbContainer(String ejbContainer) throws PropertyVetoException
      Sets the value of the ejbContainer property.
      Parameters:
      ejbContainer - 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 webContainer) throws PropertyVetoException
      Sets the value of the webContainer property.
      Parameters:
      webContainer - 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 deployment) throws PropertyVetoException
      Sets the value of the webContainer property.
      Parameters:
      deployment - 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 transactionService) throws PropertyVetoException
      Sets the value of the transactionService property.
      Parameters:
      transactionService - 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 httpService) throws PropertyVetoException
      Sets the value of the httpService property.
      Parameters:
      httpService - 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 jdbcConnectionPool) throws PropertyVetoException
      Sets the value of the jdbcConnectionPool property.
      Parameters:
      jdbcConnectionPool - 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 connectorConnectionPool) throws PropertyVetoException
      Sets the value of the connectorConnectionPool property.
      Parameters:
      connectorConnectionPool - 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 connectorService) throws PropertyVetoException
      Sets the value of the connectorService property.
      Parameters:
      connectorService - 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 jmsService) throws PropertyVetoException
      Sets the value of the jmsService property.
      Parameters:
      jmsService - 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 jvm) throws PropertyVetoException
      Sets the value of the jvm property.
      Parameters:
      jvm - 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 security) throws PropertyVetoException
      Sets the value of the security property.
      Parameters:
      security - 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 webServiceContainer property.
      Returns:
      possible object is String
    • setWebServicesContainer

      void setWebServicesContainer(String webServicesContainer) throws PropertyVetoException
      Sets the value of the webServiceContainer property.
      Parameters:
      webServicesContainer - 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 jpa) throws PropertyVetoException
      Sets the value of the jpa property.
      Parameters:
      jpa - 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-rs property.
      Returns:
      possible object is String
    • setJersey

      void setJersey(String jersey) throws PropertyVetoException
      Sets the value of the jax-rs property.
      Parameters:
      jersey - 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 cloudTenantManager) throws PropertyVetoException
      Sets the value of the cloudTenantManager property.
      Parameters:
      cloudTenantManager - 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 cloud) throws PropertyVetoException
      Sets the value of the cloud property.
      Parameters:
      cloud - 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 cloudOrchestrator property.
      Returns:
      possible object is String
    • setCloudOrchestrator

      void setCloudOrchestrator(String cloudOrchestrator) throws PropertyVetoException
      Sets the value of the cloudOrchestrator property.
      Parameters:
      cloudOrchestrator - 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 cloudElasticity property.
      Returns:
      possible object is String
    • setCloudElasticity

      void setCloudElasticity(String cloudElasticity) throws PropertyVetoException
      Sets the value of the cloudElasticity property.
      Parameters:
      cloudElasticity - 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 virtAssemblyService) throws PropertyVetoException
      Sets the value of the cloud IMS property.
      Parameters:
      virtAssemblyService - 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