|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.logging.log4j.core.appender.rolling.RolloverDescriptionImpl
public final class RolloverDescriptionImpl
Description of actions needed to complete rollover.
| Constructor Summary | |
|---|---|
RolloverDescriptionImpl(String activeFileName,
boolean append,
Action synchronous,
Action asynchronous)
Create new instance. |
|
| Method Summary | |
|---|---|
String |
getActiveFileName()
Active log file name after rollover. |
boolean |
getAppend()
Specifies if active file should be opened for appending. |
Action |
getAsynchronous()
Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously. |
Action |
getSynchronous()
Action to be completed after close of current active log file before returning control to caller. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RolloverDescriptionImpl(String activeFileName,
boolean append,
Action synchronous,
Action asynchronous)
activeFileName - active log file name after rollover, may not be null.append - true if active log file after rollover should be opened for appending.synchronous - action to be completed after close of current active log file, may be null.asynchronous - action to be completed after close of current active log file and
before next rollover attempt.| Method Detail |
|---|
public String getActiveFileName()
getActiveFileName in interface RolloverDescriptionpublic boolean getAppend()
getAppend in interface RolloverDescriptionpublic Action getSynchronous()
getSynchronous in interface RolloverDescriptionpublic Action getAsynchronous()
getAsynchronous in interface RolloverDescription
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||