com.sun.enterprise.config.serverbeans
Interface HttpFileCache

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

Deprecated.

@Deprecated
public interface HttpFileCache
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getFileCachingEnabled()
          Deprecated. Gets the value of the fileCachingEnabled property.
 String getFileTransmissionEnabled()
          Deprecated. Gets the value of the fileTransmissionEnabled property.
 String getGloballyEnabled()
          Deprecated. Gets the value of the globallyEnabled property.
 String getHashInitSize()
          Deprecated. Gets the value of the hashInitSize property.
 String getMaxAgeInSeconds()
          Deprecated. Gets the value of the maxAgeInSeconds property.
 String getMaxFilesCount()
          Deprecated. Gets the value of the maxFilesCount property.
 String getMediumFileSizeLimitInBytes()
          Deprecated. Gets the value of the mediumFileSizeLimitInBytes property.
 String getMediumFileSpaceInBytes()
          Deprecated. Gets the value of the mediumFileSpaceInBytes property.
 String getSmallFileSizeLimitInBytes()
          Deprecated. Gets the value of the smallFileSizeLimitInBytes property.
 String getSmallFileSpaceInBytes()
          Deprecated. Gets the value of the smallFileSpaceInBytes property.
 void setFileCachingEnabled(String value)
          Deprecated. Sets the value of the fileCachingEnabled property.
 void setFileTransmissionEnabled(String value)
          Deprecated. Sets the value of the fileTransmissionEnabled property.
 void setGloballyEnabled(String value)
          Deprecated. Sets the value of the globallyEnabled property.
 void setHashInitSize(String value)
          Deprecated. Sets the value of the hashInitSize property.
 void setMaxAgeInSeconds(String value)
          Deprecated. Sets the value of the maxAgeInSeconds property.
 void setMaxFilesCount(String value)
          Deprecated. Sets the value of the maxFilesCount property.
 void setMediumFileSizeLimitInBytes(String value)
          Deprecated. Sets the value of the mediumFileSizeLimitInBytes property.
 void setMediumFileSpaceInBytes(String value)
          Deprecated. Sets the value of the mediumFileSpaceInBytes property.
 void setSmallFileSizeLimitInBytes(String value)
          Deprecated. Sets the value of the smallFileSizeLimitInBytes property.
 void setSmallFileSpaceInBytes(String value)
          Deprecated. Sets the value of the smallFileSpaceInBytes property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getGloballyEnabled

String getGloballyEnabled()
Deprecated. 
Gets the value of the globallyEnabled property. Globally enables the file cache

Returns:
possible object is String

setGloballyEnabled

void setGloballyEnabled(String value)
                        throws PropertyVetoException
Deprecated. 
Sets the value of the globallyEnabled property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getFileCachingEnabled

String getFileCachingEnabled()
Deprecated. 
Gets the value of the fileCachingEnabled property. Enables the caching of file content if the file size is less than the one specified ny med-file-size-limit

Returns:
possible object is String

setFileCachingEnabled

void setFileCachingEnabled(String value)
                           throws PropertyVetoException
Deprecated. 
Sets the value of the fileCachingEnabled property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getMaxAgeInSeconds

@Min(value=0L)
@Max(value=2147483647L)
String getMaxAgeInSeconds()
Deprecated. 
Gets the value of the maxAgeInSeconds property. Maximum age of a valid cache entry

Returns:
possible object is String

setMaxAgeInSeconds

void setMaxAgeInSeconds(String value)
                        throws PropertyVetoException
Deprecated. 
Sets the value of the maxAgeInSeconds property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getMediumFileSizeLimitInBytes

@Min(value=1L)
@Max(value=2147483647L)
String getMediumFileSizeLimitInBytes()
Deprecated. 
Gets the value of the mediumFileSizeLimitInBytes property. Maximum size of a cached file that can be stored as a memory mapped file.

Returns:
possible object is String

setMediumFileSizeLimitInBytes

void setMediumFileSizeLimitInBytes(String value)
                                   throws PropertyVetoException
Deprecated. 
Sets the value of the mediumFileSizeLimitInBytes property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getMediumFileSpaceInBytes

@Min(value=1L)
@Max(value=2147483647L)
String getMediumFileSpaceInBytes()
Deprecated. 
Gets the value of the mediumFileSpaceInBytes property. Total size of all files that are cached as memory mapped files.

Returns:
possible object is String

setMediumFileSpaceInBytes

void setMediumFileSpaceInBytes(String value)
                               throws PropertyVetoException
Deprecated. 
Sets the value of the mediumFileSpaceInBytes property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getSmallFileSizeLimitInBytes

@Min(value=1L)
@Max(value=2147483647L)
String getSmallFileSizeLimitInBytes()
Deprecated. 
Gets the value of the smallFileSizeLimitInBytes property. Maximum size of a file that can be read into memory.

Returns:
possible object is String

setSmallFileSizeLimitInBytes

void setSmallFileSizeLimitInBytes(String value)
                                  throws PropertyVetoException
Deprecated. 
Sets the value of the smallFileSizeLimitInBytes property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getSmallFileSpaceInBytes

@Min(value=1L)
@Max(value=2147483647L)
String getSmallFileSpaceInBytes()
Deprecated. 
Gets the value of the smallFileSpaceInBytes property. Total size of the files that are read into memory.

Returns:
possible object is String

setSmallFileSpaceInBytes

void setSmallFileSpaceInBytes(String value)
                              throws PropertyVetoException
Deprecated. 
Sets the value of the smallFileSpaceInBytes property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getFileTransmissionEnabled

String getFileTransmissionEnabled()
Deprecated. 
Gets the value of the fileTransmissionEnabled property. This is valid on Windows only. Enables the TransmitFileSystem call.

Returns:
possible object is String

setFileTransmissionEnabled

void setFileTransmissionEnabled(String value)
                                throws PropertyVetoException
Deprecated. 
Sets the value of the fileTransmissionEnabled property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getMaxFilesCount

@Min(value=1L)
@Max(value=2147483647L)
String getMaxFilesCount()
Deprecated. 
Gets the value of the maxFilesCount property. Maximum no. of files in the file cache.

Returns:
possible object is String

setMaxFilesCount

void setMaxFilesCount(String value)
                      throws PropertyVetoException
Deprecated. 
Sets the value of the maxFilesCount property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getHashInitSize

@Min(value=0L)
@Max(value=2147483647L)
String getHashInitSize()
Deprecated. 
Gets the value of the hashInitSize property. Initial no. of hash buckets.

Returns:
possible object is String

setHashInitSize

void setHashInitSize(String value)
                     throws PropertyVetoException
Deprecated. 
Sets the value of the hashInitSize property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.