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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Pattern(regexp="(OFF|LOW|HIGH)") StringgetCloud()Gets the value of the cloud property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetCloudElasticity()Gets the value of the cloud Elasticity property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetCloudOrchestrator()Gets the value of the cloud Orchestrator property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetCloudTenantManager()Gets the value of the cloudTenantManager property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetCloudVirtAssemblyService()Gets the value of the cloud IMS property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetConnectorConnectionPool()Gets the value of the connectorConnectionPool property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetConnectorService()Gets the value of the connectorService property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetDeployment()Gets the value of the deployment property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetEjbContainer()Gets the value of the ejbContainer property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetHttpService()Gets the value of the httpService property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetJdbcConnectionPool()Gets the value of the jdbcConnectionPool property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetJersey()Gets the value of the jax-ra property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetJmsService()Gets the value of the jmsService property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetJpa()Gets the value of the jpa property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetJvm()Gets the value of the jvm property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetOrb()Gets the value of the orb property.List<org.jvnet.hk2.config.types.Property>getProperty()Properties as perPropertyBag@Pattern(regexp="(OFF|LOW|HIGH)") StringgetSecurity()Gets the value of the security property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetThreadPool()Gets the value of the threadPool property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetTransactionService()Gets the value of the transactionService property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetWebContainer()Gets the value of the webContainer property.@Pattern(regexp="(OFF|LOW|HIGH)") StringgetWebServicesContainer()Gets the value of the web-service-container property.voidsetCloud(String value)Sets the value of the cloud property.voidsetCloudElasticity(String value)Sets the value of the cloud elasticity property.voidsetCloudOrchestrator(String value)Sets the value of the cloud Orchestrator property.voidsetCloudTenantManager(String value)Sets the value of the cloudTenantManager property.voidsetCloudVirtAssemblyService(String value)Sets the value of the cloud IMS property.voidsetConnectorConnectionPool(String value)Sets the value of the connectorConnectionPool property.voidsetConnectorService(String value)Sets the value of the connectorService property.voidsetDeployment(String value)Sets the value of the webContainer property.voidsetEjbContainer(String value)Sets the value of the ejbContainer property.voidsetHttpService(String value)Sets the value of the httpService property.voidsetJdbcConnectionPool(String value)Sets the value of the jdbcConnectionPool property.voidsetJersey(String value)Sets the value of the jax-ra property.voidsetJmsService(String value)Sets the value of the jmsService property.voidsetJpa(String value)Sets the value of the jpa property.voidsetJvm(String value)Sets the value of the jvm property.voidsetOrb(String value)Sets the value of the orb property.voidsetSecurity(String value)Sets the value of the security property.voidsetThreadPool(String value)Sets the value of the threadPool property.voidsetTransactionService(String value)Sets the value of the transactionService property.voidsetWebContainer(String value)Sets the value of the webContainer property.voidsetWebServicesContainer(String value)Sets the value of the web-service-container property.
-
-
-
Method Detail
-
getThreadPool
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getOrb
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getEjbContainer
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getWebContainer
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getDeployment
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getTransactionService
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getHttpService
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getJdbcConnectionPool
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getConnectorConnectionPool
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getConnectorService
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getJmsService
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getJvm
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getSecurity
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getWebServicesContainer
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getJpa
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getJersey
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getCloudTenantManager
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getCloud
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getCloudOrchestrator
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getCloudElasticity
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 isString- Throws:
PropertyVetoException
-
getCloudVirtAssemblyService
@Pattern(regexp="(OFF|LOW|HIGH)") @Pattern(regexp="(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 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
-
-