com.sun.enterprise.config.serverbeans
Interface ModuleMonitoringLevels

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

public interface ModuleMonitoringLevels
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, 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
 
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

getThreadPool

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.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(java.lang.String value)
                   throws java.beans.PropertyVetoException
Sets the value of the threadPool property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getOrb

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.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(java.lang.String value)
            throws java.beans.PropertyVetoException
Sets the value of the orb property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getEjbContainer

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.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(java.lang.String value)
                     throws java.beans.PropertyVetoException
Sets the value of the ejbContainer property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getWebContainer

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getWebContainer()
Gets the value of the webContainer property.

Returns:
possible object is String

setWebContainer

void setWebContainer(java.lang.String value)
                     throws java.beans.PropertyVetoException
Sets the value of the webContainer property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getDeployment

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getDeployment()
Gets the value of the deployment property.

Returns:
possible object is String

setDeployment

void setDeployment(java.lang.String value)
                   throws java.beans.PropertyVetoException
Sets the value of the webContainer property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getTransactionService

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getTransactionService()
Gets the value of the transactionService property. Transaction subsystem

Returns:
possible object is String

setTransactionService

void setTransactionService(java.lang.String value)
                           throws java.beans.PropertyVetoException
Sets the value of the transactionService property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getHttpService

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getHttpService()
Gets the value of the httpService property. http engine and the http listeners therein.

Returns:
possible object is String

setHttpService

void setHttpService(java.lang.String value)
                    throws java.beans.PropertyVetoException
Sets the value of the httpService property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getJdbcConnectionPool

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.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(java.lang.String value)
                           throws java.beans.PropertyVetoException
Sets the value of the jdbcConnectionPool property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getConnectorConnectionPool

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.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(java.lang.String value)
                                throws java.beans.PropertyVetoException
Sets the value of the connectorConnectionPool property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getConnectorService

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getConnectorService()
Gets the value of the connectorService property.

Returns:
possible object is String

setConnectorService

void setConnectorService(java.lang.String value)
                         throws java.beans.PropertyVetoException
Sets the value of the connectorService property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getJmsService

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getJmsService()
Gets the value of the jmsService property.

Returns:
possible object is String

setJmsService

void setJmsService(java.lang.String value)
                   throws java.beans.PropertyVetoException
Sets the value of the jmsService property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getJvm

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getJvm()
Gets the value of the jvm property.

Returns:
possible object is String

setJvm

void setJvm(java.lang.String value)
            throws java.beans.PropertyVetoException
Sets the value of the jvm property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getSecurity

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getSecurity()
Gets the value of the security property.

Returns:
possible object is String

setSecurity

void setSecurity(java.lang.String value)
                 throws java.beans.PropertyVetoException
Sets the value of the security property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getWebServicesContainer

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getWebServicesContainer()
Gets the value of the web-service-container property.

Returns:
possible object is String

setWebServicesContainer

void setWebServicesContainer(java.lang.String value)
                             throws java.beans.PropertyVetoException
Sets the value of the web-service-container property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getJpa

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getJpa()
Gets the value of the jpa property.

Returns:
possible object is String

setJpa

void setJpa(java.lang.String value)
            throws java.beans.PropertyVetoException
Sets the value of the jpa property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getJersey

@Pattern(regexp="(OFF|LOW|HIGH)")
java.lang.String getJersey()
Gets the value of the jax-ra property.

Returns:
possible object is String

setJersey

void setJersey(java.lang.String value)
               throws java.beans.PropertyVetoException
Sets the value of the jax-ra property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getProperty

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

Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag


Copyright © 2012 GlassFish Community. All Rights Reserved.