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 -
Method Summary
Modifier and TypeMethodDescription@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringgetCloud()Gets the value of thecloudproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thecloudElasticityproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thecloudOrchestratorproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thecloudTenantManagerproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of the cloud IMS property.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of theconnectorConnectionPoolproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of theconnectorServiceproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thedeploymentproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of theejbContainerproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thehttpServiceproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thejdbcConnectionPoolproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thejax-rsproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thejmsServiceproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringgetJpa()Gets the value of thejpaproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringgetJvm()Gets the value of thejvmproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringgetOrb()Gets the value of theorbproperty.List<org.jvnet.hk2.config.types.Property>Properties as perPropertyBag@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thesecurityproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thethreadPoolproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thetransactionServiceproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thewebContainerproperty.@Pattern(regexp="(OFF|LOW|HIGH)",message="Valid values: (OFF|LOW|HIGH)") StringGets the value of thewebServiceContainerproperty.voidSets the value of thecloudproperty.voidsetCloudElasticity(String cloudElasticity) Sets the value of thecloudElasticityproperty.voidsetCloudOrchestrator(String cloudOrchestrator) Sets the value of thecloudOrchestratorproperty.voidsetCloudTenantManager(String cloudTenantManager) Sets the value of thecloudTenantManagerproperty.voidsetCloudVirtAssemblyService(String virtAssemblyService) Sets the value of the cloud IMS property.voidsetConnectorConnectionPool(String connectorConnectionPool) Sets the value of theconnectorConnectionPoolproperty.voidsetConnectorService(String connectorService) Sets the value of theconnectorServiceproperty.voidsetDeployment(String deployment) Sets the value of thewebContainerproperty.voidsetEjbContainer(String ejbContainer) Sets the value of theejbContainerproperty.voidsetHttpService(String httpService) Sets the value of thehttpServiceproperty.voidsetJdbcConnectionPool(String jdbcConnectionPool) Sets the value of thejdbcConnectionPoolproperty.voidSets the value of thejax-rsproperty.voidsetJmsService(String jmsService) Sets the value of thejmsServiceproperty.voidSets the value of thejpaproperty.voidSets the value of thejvmproperty.voidSets the value of theorbproperty.voidsetSecurity(String security) Sets the value of thesecurityproperty.voidsetThreadPool(String threadPool) Sets the value of thethreadPoolproperty.voidsetTransactionService(String transactionService) Sets the value of thetransactionServiceproperty.voidsetWebContainer(String webContainer) Sets the value of thewebContainerproperty.voidsetWebServicesContainer(String webServicesContainer) Sets the value of thewebServiceContainerproperty.Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
Field Details
-
MONITORING_LEVELS
- See Also:
-
MONITORING_LEVELS_MSG
- See Also:
-
-
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 thethreadPoolproperty.All the
thread-poolsused by the run time- Returns:
- possible object is
String
-
setThreadPool
Sets the value of thethreadPoolproperty.- Parameters:
threadPool- allowed object isString- 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 theorbproperty.Specifies the level for connection managers of the
orb, which apply to connections to theorb.- Returns:
- possible object is
String
-
setOrb
Sets the value of theorbproperty.- Parameters:
orb- allowed object isString- 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 theejbContainerproperty.Various ejbs deployed to the server, ejb-pools, ejb-caches & ejb-methods.
- Returns:
- possible object is
String
-
setEjbContainer
Sets the value of theejbContainerproperty.- Parameters:
ejbContainer- allowed object isString- 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 thewebContainerproperty.- Returns:
- possible object is
String
-
setWebContainer
Sets the value of thewebContainerproperty.- Parameters:
webContainer- allowed object isString- 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 thedeploymentproperty.- Returns:
- possible object is
String
-
setDeployment
Sets the value of thewebContainerproperty.- Parameters:
deployment- allowed object isString- 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 thetransactionServiceproperty.Transaction subsystem.
- Returns:
- possible object is
String
-
setTransactionService
Sets the value of thetransactionServiceproperty.- Parameters:
transactionService- allowed object isString- 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 thehttpServiceproperty.HTTP engine and the HTTP listeners therein.
- Returns:
- possible object is
String
-
setHttpService
Sets the value of thehttpServiceproperty.- Parameters:
httpService- allowed object isString- 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 thejdbcConnectionPoolproperty.Monitoring level for all the
jdbc-connection-poolsused by the runtime.- Returns:
- possible object is
String
-
setJdbcConnectionPool
Sets the value of thejdbcConnectionPoolproperty.- Parameters:
jdbcConnectionPool- allowed object isString- 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 theconnectorConnectionPoolproperty.Monitoring level for all the
connector-connection-poolsused by runtime.- Returns:
- possible object is
String
-
setConnectorConnectionPool
Sets the value of theconnectorConnectionPoolproperty.- Parameters:
connectorConnectionPool- allowed object isString- 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 theconnectorServiceproperty.- Returns:
- possible object is
String
-
setConnectorService
Sets the value of theconnectorServiceproperty.- Parameters:
connectorService- allowed object isString- 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 thejmsServiceproperty.- Returns:
- possible object is
String
-
setJmsService
Sets the value of thejmsServiceproperty.- Parameters:
jmsService- allowed object isString- 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 thejvmproperty.- Returns:
- possible object is
String
-
setJvm
Sets the value of thejvmproperty.- Parameters:
jvm- allowed object isString- 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 thesecurityproperty.- Returns:
- possible object is
String
-
setSecurity
Sets the value of thesecurityproperty.- Parameters:
security- allowed object isString- 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 thewebServiceContainerproperty.- Returns:
- possible object is
String
-
setWebServicesContainer
Sets the value of thewebServiceContainerproperty.- Parameters:
webServicesContainer- allowed object isString- 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 thejpaproperty.- Returns:
- possible object is
String
-
setJpa
Sets the value of thejpaproperty.- Parameters:
jpa- allowed object isString- 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 thejax-rsproperty.- Returns:
- possible object is
String
-
setJersey
Sets the value of thejax-rsproperty.- Parameters:
jersey- allowed object isString- 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 thecloudTenantManagerproperty.- Returns:
- possible object is
String
-
setCloudTenantManager
Sets the value of thecloudTenantManagerproperty.- Parameters:
cloudTenantManager- allowed object isString- 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 thecloudproperty.- Returns:
- possible object is
String
-
setCloud
Sets the value of thecloudproperty.- Parameters:
cloud- allowed object isString- 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 thecloudOrchestratorproperty.- Returns:
- possible object is
String
-
setCloudOrchestrator
Sets the value of thecloudOrchestratorproperty.- Parameters:
cloudOrchestrator- allowed object isString- 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 thecloudElasticityproperty.- Returns:
- possible object is
String
-
setCloudElasticity
Sets the value of thecloudElasticityproperty.- Parameters:
cloudElasticity- allowed object isString- 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
Sets the value of the cloud IMS property.- Parameters:
virtAssemblyService- allowed object isString- Throws:
PropertyVetoException
-
getProperty
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<org.jvnet.hk2.config.types.Property> getProperty()Properties as perPropertyBag- Specified by:
getPropertyin interfaceorg.jvnet.hk2.config.types.PropertyBag
-