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

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

Deprecated.

@Deprecated
public interface AccessLog
extends Singleton, ConfigElement, PropertiesAccess


Field Summary
static String ROTATION_POLICY_BY_SIZE
          Deprecated. Possible value for RotationPolicy.
static String ROTATION_POLICY_BY_TIME
          Deprecated. Possible value for RotationPolicy.
static String ROTATION_POLICY_ON_DEMAND
          Deprecated. Possible value for RotationPolicy.
 
Method Summary
 String getBufferSizeBytes()
          Deprecated.  
 String getFormat()
          Deprecated.  
 String getMaxHistoryFiles()
          Deprecated.  
 String getRotationEnabled()
          Deprecated.  
 String getRotationIntervalInMinutes()
          Deprecated.  
 String getRotationPolicy()
          Deprecated.  
 String getRotationSuffix()
          Deprecated.  
 String getWriteIntervalSeconds()
          Deprecated.  
 void setBufferSizeBytes(String param1)
          Deprecated.  
 void setFormat(String param1)
          Deprecated.  
 void setMaxHistoryFiles(String param1)
          Deprecated.  
 void setRotationEnabled(String param1)
          Deprecated.  
 void setRotationIntervalInMinutes(String param1)
          Deprecated.  
 void setRotationPolicy(String param1)
          Deprecated. Valid values are: ROTATION_POLICY_BY_TIME ROTATION_POLICY_BY_SIZE ROTATION_POLICY_ON_DEMAND
 void setRotationSuffix(String param1)
          Deprecated.  
 void setWriteIntervalSeconds(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
 

Field Detail

ROTATION_POLICY_BY_TIME

static final String ROTATION_POLICY_BY_TIME
Deprecated. 
Possible value for RotationPolicy.

See Also:
Constant Field Values

ROTATION_POLICY_BY_SIZE

static final String ROTATION_POLICY_BY_SIZE
Deprecated. 
Possible value for RotationPolicy.

See Also:
Constant Field Values

ROTATION_POLICY_ON_DEMAND

static final String ROTATION_POLICY_ON_DEMAND
Deprecated. 
Possible value for RotationPolicy.

See Also:
Constant Field Values
Method Detail

getFormat

String getFormat()
Deprecated. 

setFormat

void setFormat(String param1)
Deprecated. 

getBufferSizeBytes

String getBufferSizeBytes()
Deprecated. 

setBufferSizeBytes

void setBufferSizeBytes(String param1)
Deprecated. 

getWriteIntervalSeconds

String getWriteIntervalSeconds()
Deprecated. 

setWriteIntervalSeconds

void setWriteIntervalSeconds(String param1)
Deprecated. 

getRotationEnabled

String getRotationEnabled()
Deprecated. 

setRotationEnabled

void setRotationEnabled(String param1)
Deprecated. 

getRotationIntervalInMinutes

String getRotationIntervalInMinutes()
Deprecated. 

setRotationIntervalInMinutes

void setRotationIntervalInMinutes(String param1)
Deprecated. 

setRotationPolicy

void setRotationPolicy(String param1)
Deprecated. 
Valid values are:


getRotationPolicy

String getRotationPolicy()
Deprecated. 

getRotationSuffix

String getRotationSuffix()
Deprecated. 

setRotationSuffix

void setRotationSuffix(String param1)
Deprecated. 

getMaxHistoryFiles

String getMaxHistoryFiles()
Deprecated. 

setMaxHistoryFiles

void setMaxHistoryFiles(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.