org.glassfish.admin.amx.intf.config.grizzly
Interface FileCache

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

Deprecated.

@Deprecated
public interface FileCache
extends Singleton, PropertiesAccess

Note: attribute getters/setters are not included in this interface; use generic approach.


Method Summary
 String getEnabled()
          Deprecated.  
 String getMaxAgeSeconds()
          Deprecated.  
 String getMaxCacheSizeBytes()
          Deprecated.  
 String getMaxFilesCount()
          Deprecated.  
 void setEnabled(String val)
          Deprecated.  
 void setMaxAgeSeconds(String val)
          Deprecated.  
 void setMaxCacheSizeBytes(String val)
          Deprecated.  
 void setMaxFilesCount(String val)
          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

getEnabled

String getEnabled()
Deprecated. 

setEnabled

void setEnabled(String val)
Deprecated. 

getMaxFilesCount

String getMaxFilesCount()
Deprecated. 

setMaxFilesCount

void setMaxFilesCount(String val)
Deprecated. 

getMaxAgeSeconds

String getMaxAgeSeconds()
Deprecated. 

setMaxAgeSeconds

void setMaxAgeSeconds(String val)
Deprecated. 

getMaxCacheSizeBytes

String getMaxCacheSizeBytes()
Deprecated. 

setMaxCacheSizeBytes

void setMaxCacheSizeBytes(String val)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.