|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.util.log.output.io.rotate.OrRotateStrategy
public class OrRotateStrategy
Hierarchical Rotation stragety.
This object is initialised with several rotation strategy objects.
The isRotationNeeded
method checks the first rotation
strategy object. If a rotation is needed, this result is returned.
If not the next rotation strategy object is asked and so on.
Constructor Summary | |
---|---|
OrRotateStrategy(RotateStrategy[] strategies)
Constructor |
Method Summary | |
---|---|
boolean |
isRotationNeeded(String data,
File file)
check if now a log rotation is neccessary. |
void |
reset()
reset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrRotateStrategy(RotateStrategy[] strategies)
Method Detail |
---|
public void reset()
reset
in interface RotateStrategy
public boolean isRotationNeeded(String data, File file)
isRotationNeeded
method checks the first rotation
strategy object. If a rotation is needed, this result is returned.
If not the next rotation strategy object is asked and so on.
isRotationNeeded
in interface RotateStrategy
data
- the last message written to the log systemfile
- the File that we are writing to
|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |