Searched refs:rotate (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/commands/
H A DRotateLog.java61 @Service(name = "rotate-log")
64 @I18n("rotate.log")
80 gf.rotate();
/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/
H A DGFFileHandler.java125 // For mechanisms 2 and 3 we will use this flag. The rotate() will always
223 rotate();
252 rotate();
593 * A Simple rotate method to close the old file and start the new one
596 public void rotate() { method in class:GFFileHandler
686 rotate();
/glassfish-3.1.2/common/amx-ext-impl/src/main/java/org/glassfish/admin/amx/impl/ext/
H A DLoggingImpl.java335 gfFileHandler.rotate( );
350 gfFileHandler.rotate( );
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DExtendedAccessLogValve.java150 * For JMX junkies, a public method called </code>rotate</code> has
357 * Should we rotate our log file? Default is true (like old behavior)
480 * Set the value is we should we rotate the logs
482 * @param rotatable true is we should rotate.
697 public synchronized boolean rotate(String newFileName) { method in class:ExtendedAccessLogValve
705 log.log(Level.SEVERE, "rotate failed", e);
1024 // If no rotate - no need for dateStamp in fileName

Completed in 45 milliseconds