|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleMonitoringLevels
| 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 |
| Method Summary | |
|---|---|
java.lang.String |
getConnectorConnectionPool()
Gets the value of the connectorConnectionPool property. |
java.lang.String |
getConnectorService()
Gets the value of the connectorService property. |
java.lang.String |
getDeployment()
Gets the value of the deployment property. |
java.lang.String |
getEjbContainer()
Gets the value of the ejbContainer property. |
java.lang.String |
getHttpService()
Gets the value of the httpService property. |
java.lang.String |
getJdbcConnectionPool()
Gets the value of the jdbcConnectionPool property. |
java.lang.String |
getJersey()
Gets the value of the jax-ra property. |
java.lang.String |
getJmsService()
Gets the value of the jmsService property. |
java.lang.String |
getJpa()
Gets the value of the jpa property. |
java.lang.String |
getJvm()
Gets the value of the jvm property. |
java.lang.String |
getOrb()
Gets the value of the orb property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
java.lang.String |
getSecurity()
Gets the value of the security property. |
java.lang.String |
getThreadPool()
Gets the value of the threadPool property. |
java.lang.String |
getTransactionService()
Gets the value of the transactionService property. |
java.lang.String |
getWebContainer()
Gets the value of the webContainer property. |
java.lang.String |
getWebServicesContainer()
Gets the value of the web-service-container property. |
void |
setConnectorConnectionPool(java.lang.String value)
Sets the value of the connectorConnectionPool property. |
void |
setConnectorService(java.lang.String value)
Sets the value of the connectorService property. |
void |
setDeployment(java.lang.String value)
Sets the value of the webContainer property. |
void |
setEjbContainer(java.lang.String value)
Sets the value of the ejbContainer property. |
void |
setHttpService(java.lang.String value)
Sets the value of the httpService property. |
void |
setJdbcConnectionPool(java.lang.String value)
Sets the value of the jdbcConnectionPool property. |
void |
setJersey(java.lang.String value)
Sets the value of the jax-ra property. |
void |
setJmsService(java.lang.String value)
Sets the value of the jmsService property. |
void |
setJpa(java.lang.String value)
Sets the value of the jpa property. |
void |
setJvm(java.lang.String value)
Sets the value of the jvm property. |
void |
setOrb(java.lang.String value)
Sets the value of the orb property. |
void |
setSecurity(java.lang.String value)
Sets the value of the security property. |
void |
setThreadPool(java.lang.String value)
Sets the value of the threadPool property. |
void |
setTransactionService(java.lang.String value)
Sets the value of the transactionService property. |
void |
setWebContainer(java.lang.String value)
Sets the value of the webContainer property. |
void |
setWebServicesContainer(java.lang.String value)
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.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getThreadPool()
String
void setThreadPool(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getOrb()
String
void setOrb(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getEjbContainer()
String
void setEjbContainer(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getWebContainer()
String
void setWebContainer(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getDeployment()
String
void setDeployment(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getTransactionService()
String
void setTransactionService(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getHttpService()
String
void setHttpService(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getJdbcConnectionPool()
String
void setJdbcConnectionPool(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getConnectorConnectionPool()
String
void setConnectorConnectionPool(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getConnectorService()
String
void setConnectorService(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getJmsService()
String
void setJmsService(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getJvm()
String
void setJvm(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getSecurity()
String
void setSecurity(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getWebServicesContainer()
String
void setWebServicesContainer(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getJpa()
String
void setJpa(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Pattern(regexp="(OFF|LOW|HIGH)") java.lang.String getJersey()
String
void setJersey(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||