Uses of Interface
org.apache.log4j.rolling.helper.Action

Packages that use Action
org.apache.log4j.rolling Implements various file rolling policies. 
org.apache.log4j.rolling.helper Internal helper classes used by org.apache.log4j.rolling package. 
 

Uses of Action in org.apache.log4j.rolling
 

Methods in org.apache.log4j.rolling that return Action
 Action RolloverDescription.getAsynchronous()
          Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.
 Action RolloverDescriptionImpl.getAsynchronous()
          Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.
 Action RolloverDescription.getSynchronous()
          Action to be completed after close of current active log file before returning control to caller.
 Action RolloverDescriptionImpl.getSynchronous()
          Action to be completed after close of current active log file before returning control to caller.
 

Constructors in org.apache.log4j.rolling with parameters of type Action
RolloverDescriptionImpl(java.lang.String activeFileName, boolean append, Action synchronous, Action asynchronous)
          Create new instance.
 

Uses of Action in org.apache.log4j.rolling.helper
 

Classes in org.apache.log4j.rolling.helper that implement Action
 class ActionBase
          Abstract base class for implementations of Action.
 class CompositeAction
          A group of Actions to be executed in sequence.
 class FileRenameAction
          File rename action.
 class GZCompressAction
          Compresses a file using GZ compression.
 class ZipCompressAction
          Compresses a file using Zip compression.
 



Copyright © 2010 The Apache Software Foundation. Licensed under the Apache License, Version 2.0

Apache Extras Companion for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.