org.glassfish.admin.amx.intf.config
Interface HttpFileCache
- All Superinterfaces:
- AMX_SPI, AMXProxy, Singleton
Deprecated.
@Deprecated
public interface HttpFileCache
- extends Singleton
| 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 |
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.