|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getBufferSizeBytes()
Size in bytes of the buffer where access log calls are stored. |
java.lang.String |
getFormat()
Gets the value of the format attribute, which specifies the format of the access log. |
java.lang.String |
getMaxHistoryFiles()
Gets the maximum number of rotated access log files that are to be kept. |
java.lang.String |
getRotationEnabled()
Gets the value of the rotation-enabled attribute. |
java.lang.String |
getRotationIntervalInMinutes()
Gets the value of the rotation-interval-in-minutes attribute. |
java.lang.String |
getRotationPolicy()
Gets the value of the rotation-policy attribute. |
java.lang.String |
getRotationSuffix()
Gets the value of the rotation-suffix attribute. |
java.lang.String |
getWriteIntervalSeconds()
Number of seconds before the log is written to the disk. |
void |
setBufferSizeBytes(java.lang.String value)
|
void |
setFormat(java.lang.String value)
Sets the value of the format attribute. |
void |
setMaxHistoryFiles(java.lang.String value)
Sets the maximum number of rotated access log files that are to be kept. |
void |
setRotationEnabled(java.lang.String value)
Sets the value of the rotation-enabled attribute. |
void |
setRotationIntervalInMinutes(java.lang.String value)
Sets the value of the rotation-interval-in-minutes attribute. |
void |
setRotationPolicy(java.lang.String value)
Sets the value of the rotation-policy attribute. |
void |
setRotationSuffix(java.lang.String value)
Sets the value of the rotation-suffix attribute. |
void |
setWriteIntervalSeconds(java.lang.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 |
|---|
java.lang.String getFormat()
String
void setFormat(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the changejava.lang.String getRotationPolicy()
String
void setRotationPolicy(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the change@Min(value=1L) @Max(value=2147483647L) java.lang.String getRotationIntervalInMinutes()
String
void setRotationIntervalInMinutes(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the changejava.lang.String getRotationSuffix()
String
void setRotationSuffix(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the changejava.lang.String getRotationEnabled()
String
void setRotationEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException - if a listener vetoes the changejava.lang.String getBufferSizeBytes()
void setBufferSizeBytes(java.lang.String value)
java.lang.String getWriteIntervalSeconds()
void setWriteIntervalSeconds(java.lang.String value)
@NotNull java.lang.String getMaxHistoryFiles()
A negative value must be interpreted as no limit.
void setMaxHistoryFiles(java.lang.String value)
throws java.beans.PropertyVetoException
value - the maximum number of log files
java.beans.PropertyVetoException - if a listener vetoes the change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||