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

All Superinterfaces:
AMX_SPI, AMXProxy, Singleton

Deprecated.

@Deprecated
public interface HttpFileCache
extends Singleton


Method Summary
 String getFileCachingEnabled()
          Deprecated.  
 String getFileTransmissionEnabled()
          Deprecated.  
 String getGloballyEnabled()
          Deprecated.  
 String getHashInitSize()
          Deprecated.  
 String getMaxAgeInSeconds()
          Deprecated.  
 String getMaxFilesCount()
          Deprecated.  
 String getMediumFileSizeLimitInBytes()
          Deprecated.  
 String getMediumFileSpaceInBytes()
          Deprecated.  
 String getSmallFileSizeLimitInBytes()
          Deprecated.  
 String getSmallFileSpaceInBytes()
          Deprecated.  
 void setFileCachingEnabled(String param1)
          Deprecated.  
 void setFileTransmissionEnabled(String param1)
          Deprecated.  
 void setGloballyEnabled(String param1)
          Deprecated.  
 void setHashInitSize(String param1)
          Deprecated.  
 void setMaxAgeInSeconds(String param1)
          Deprecated.  
 void setMaxFilesCount(String param1)
          Deprecated.  
 void setMediumFileSizeLimitInBytes(String param1)
          Deprecated.  
 void setMediumFileSpaceInBytes(String param1)
          Deprecated.  
 void setSmallFileSizeLimitInBytes(String param1)
          Deprecated.  
 void setSmallFileSpaceInBytes(String param1)
          Deprecated.  
 
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
 

Method Detail

getMaxFilesCount

String getMaxFilesCount()
Deprecated. 

setMaxFilesCount

void setMaxFilesCount(String param1)
Deprecated. 

getGloballyEnabled

String getGloballyEnabled()
Deprecated. 

setGloballyEnabled

void setGloballyEnabled(String param1)
Deprecated. 

getFileCachingEnabled

String getFileCachingEnabled()
Deprecated. 

setFileCachingEnabled

void setFileCachingEnabled(String param1)
Deprecated. 

getMaxAgeInSeconds

String getMaxAgeInSeconds()
Deprecated. 

setMaxAgeInSeconds

void setMaxAgeInSeconds(String param1)
Deprecated. 

getMediumFileSizeLimitInBytes

String getMediumFileSizeLimitInBytes()
Deprecated. 

setMediumFileSizeLimitInBytes

void setMediumFileSizeLimitInBytes(String param1)
Deprecated. 

getMediumFileSpaceInBytes

String getMediumFileSpaceInBytes()
Deprecated. 

setMediumFileSpaceInBytes

void setMediumFileSpaceInBytes(String param1)
Deprecated. 

getSmallFileSizeLimitInBytes

String getSmallFileSizeLimitInBytes()
Deprecated. 

setSmallFileSizeLimitInBytes

void setSmallFileSizeLimitInBytes(String param1)
Deprecated. 

getSmallFileSpaceInBytes

String getSmallFileSpaceInBytes()
Deprecated. 

setSmallFileSpaceInBytes

void setSmallFileSpaceInBytes(String param1)
Deprecated. 

getFileTransmissionEnabled

String getFileTransmissionEnabled()
Deprecated. 

setFileTransmissionEnabled

void setFileTransmissionEnabled(String param1)
Deprecated. 

getHashInitSize

String getHashInitSize()
Deprecated. 

setHashInitSize

void setHashInitSize(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.