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

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

Deprecated.

@Deprecated
public interface DiagnosticService
extends Singleton, ConfigElement, PropertiesAccess


Method Summary
 String getCaptureAppDd()
          Deprecated.  
 String getCaptureHadbInfo()
          Deprecated.  
 String getCaptureInstallLog()
          Deprecated.  
 String getCaptureSystemInfo()
          Deprecated.  
 String getComputeChecksum()
          Deprecated.  
 String getMaxLogEntries()
          Deprecated.  
 String getMinLogLevel()
          Deprecated.  
 String getVerifyConfig()
          Deprecated.  
 void setCaptureAppDd(String param1)
          Deprecated.  
 void setCaptureHadbInfo(String param1)
          Deprecated.  
 void setCaptureInstallLog(String param1)
          Deprecated.  
 void setCaptureSystemInfo(String param1)
          Deprecated.  
 void setComputeChecksum(String param1)
          Deprecated.  
 void setMaxLogEntries(String param1)
          Deprecated.  
 void setMinLogLevel(String param1)
          Deprecated.  
 void setVerifyConfig(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
 

Method Detail

getComputeChecksum

String getComputeChecksum()
Deprecated. 

setComputeChecksum

void setComputeChecksum(String param1)
Deprecated. 

getCaptureInstallLog

String getCaptureInstallLog()
Deprecated. 

setCaptureInstallLog

void setCaptureInstallLog(String param1)
Deprecated. 

getCaptureSystemInfo

String getCaptureSystemInfo()
Deprecated. 

setCaptureSystemInfo

void setCaptureSystemInfo(String param1)
Deprecated. 

getMinLogLevel

String getMinLogLevel()
Deprecated. 

setMinLogLevel

void setMinLogLevel(String param1)
Deprecated. 

getMaxLogEntries

String getMaxLogEntries()
Deprecated. 

setMaxLogEntries

void setMaxLogEntries(String param1)
Deprecated. 

getVerifyConfig

String getVerifyConfig()
Deprecated. 

setVerifyConfig

void setVerifyConfig(String param1)
Deprecated. 

getCaptureHadbInfo

String getCaptureHadbInfo()
Deprecated. 

setCaptureHadbInfo

void setCaptureHadbInfo(String param1)
Deprecated. 

getCaptureAppDd

String getCaptureAppDd()
Deprecated. 

setCaptureAppDd

void setCaptureAppDd(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.