org.glassfish.admin.amx.intf.config
Interface ModuleMonitoringLevels

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, PropertiesAccess, Singleton

Deprecated.

@Deprecated
public interface ModuleMonitoringLevels
extends Singleton, ConfigElement, PropertiesAccess


Nested Class Summary
static class ModuleMonitoringLevels.Helper
          Deprecated.  
 
Field Summary
static String HIGH
          Deprecated. Value indicating the maximum level of monitoring is enabled.
static String LOW
          Deprecated. Value indicating some level of monitoring is enabled.s
static String OFF
          Deprecated. Value indicating that monitoring is disabled.
 
Method Summary
 String getConnectorConnectionPool()
          Deprecated.  
 String getConnectorService()
          Deprecated.  
 String getDeployment()
          Deprecated.  
 String getEjbContainer()
          Deprecated.  
 String getHttpService()
          Deprecated.  
 String getJdbcConnectionPool()
          Deprecated.  
 String getJersey()
          Deprecated.  
 String getJmsService()
          Deprecated.  
 String getJpa()
          Deprecated.  
 String getJvm()
          Deprecated.  
 String getOrb()
          Deprecated.  
 String getSecurity()
          Deprecated.  
 String getThreadPool()
          Deprecated.  
 String getTransactionService()
          Deprecated.  
 String getWebContainer()
          Deprecated.  
 String getWebServicesContainer()
          Deprecated.  
 void setConnectorConnectionPool(String param1)
          Deprecated.  
 void setConnectorService(String param1)
          Deprecated.  
 void setDeployment(String param1)
          Deprecated.  
 void setEjbContainer(String param1)
          Deprecated.  
 void setHttpService(String param1)
          Deprecated.  
 void setJdbcConnectionPool(String param1)
          Deprecated.  
 void setJersey(String value)
          Deprecated.  
 void setJmsService(String param1)
          Deprecated.  
 void setJpa(String param1)
          Deprecated.  
 void setJvm(String param1)
          Deprecated.  
 void setOrb(String param1)
          Deprecated.  
 void setSecurity(String param1)
          Deprecated.  
 void setThreadPool(String param1)
          Deprecated.  
 void setTransactionService(String param1)
          Deprecated.  
 void setWebContainer(String param1)
          Deprecated.  
 void setWebServicesContainer(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Field Detail

HIGH

static final String HIGH
Deprecated. 
Value indicating the maximum level of monitoring is enabled.

See Also:
Constant Field Values

LOW

static final String LOW
Deprecated. 
Value indicating some level of monitoring is enabled.s

See Also:
Constant Field Values

OFF

static final String OFF
Deprecated. 
Value indicating that monitoring is disabled.

See Also:
Constant Field Values
Method Detail

getThreadPool

String getThreadPool()
Deprecated. 

getHttpService

String getHttpService()
Deprecated. 

getWebContainer

String getWebContainer()
Deprecated. 

getEjbContainer

String getEjbContainer()
Deprecated. 

getJmsService

String getJmsService()
Deprecated. 

getTransactionService

String getTransactionService()
Deprecated. 

getConnectorService

String getConnectorService()
Deprecated. 

getOrb

String getOrb()
Deprecated. 

setEjbContainer

void setEjbContainer(String param1)
Deprecated. 

setWebContainer

void setWebContainer(String param1)
Deprecated. 

getSecurity

String getSecurity()
Deprecated. 

setSecurity

void setSecurity(String param1)
Deprecated. 

getDeployment

String getDeployment()
Deprecated. 

setDeployment

void setDeployment(String param1)
Deprecated. 

getJvm

String getJvm()
Deprecated. 

setJvm

void setJvm(String param1)
Deprecated. 

setConnectorService

void setConnectorService(String param1)
Deprecated. 

setJmsService

void setJmsService(String param1)
Deprecated. 

getConnectorConnectionPool

String getConnectorConnectionPool()
Deprecated. 

setConnectorConnectionPool

void setConnectorConnectionPool(String param1)
Deprecated. 

setHttpService

void setHttpService(String param1)
Deprecated. 

getJdbcConnectionPool

String getJdbcConnectionPool()
Deprecated. 

setJdbcConnectionPool

void setJdbcConnectionPool(String param1)
Deprecated. 

setOrb

void setOrb(String param1)
Deprecated. 

setThreadPool

void setThreadPool(String param1)
Deprecated. 

setTransactionService

void setTransactionService(String param1)
Deprecated. 

getWebServicesContainer

String getWebServicesContainer()
Deprecated. 

setWebServicesContainer

void setWebServicesContainer(String param1)
Deprecated. 

getJpa

String getJpa()
Deprecated. 

setJpa

void setJpa(String param1)
Deprecated. 

getJersey

String getJersey()
Deprecated. 

setJersey

void setJersey(String value)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.