|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccessLog
Access log configuration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
String |
getBufferSizeBytes()
Size in bytes of the buffer where access log calls are stored. |
String |
getFormat()
Gets the value of the format attribute, which specifies the format of the access log. |
String |
getMaxHistoryFiles()
Gets the maximum number of rotated access log files that are to be kept. |
String |
getRotationEnabled()
Gets the value of the rotation-enabled attribute. |
String |
getRotationIntervalInMinutes()
Gets the value of the rotation-interval-in-minutes attribute. |
String |
getRotationPolicy()
Gets the value of the rotation-policy attribute. |
String |
getRotationSuffix()
Gets the value of the rotation-suffix attribute. |
String |
getWriteIntervalSeconds()
Number of seconds before the log is written to the disk. |
void |
setBufferSizeBytes(String value)
|
void |
setFormat(String value)
Sets the value of the format attribute. |
void |
setMaxHistoryFiles(String value)
Sets the maximum number of rotated access log files that are to be kept. |
void |
setRotationEnabled(String value)
Sets the value of the rotation-enabled attribute. |
void |
setRotationIntervalInMinutes(String value)
Sets the value of the rotation-interval-in-minutes attribute. |
void |
setRotationPolicy(String value)
Sets the value of the rotation-policy attribute. |
void |
setRotationSuffix(String value)
Sets the value of the rotation-suffix attribute. |
void |
setWriteIntervalSeconds(String value)
|
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
String getFormat()
String
void setFormat(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the changeString getRotationPolicy()
String
void setRotationPolicy(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the change@Min(value=1L) @Max(value=2147483647L) String getRotationIntervalInMinutes()
String
void setRotationIntervalInMinutes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the changeString getRotationSuffix()
String
void setRotationSuffix(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the changeString getRotationEnabled()
String
void setRotationEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException - if a listener vetoes the changeString getBufferSizeBytes()
void setBufferSizeBytes(String value)
String getWriteIntervalSeconds()
void setWriteIntervalSeconds(String value)
@NotNull String getMaxHistoryFiles()
A negative value must be interpreted as no limit.
void setMaxHistoryFiles(String value)
throws PropertyVetoException
value - the maximum number of log files
PropertyVetoException - if a listener vetoes the change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||