org.kuali.common.util.log.log4j
Class Log4JExecutable

java.lang.Object
  extended by org.kuali.common.util.log.log4j.Log4JExecutable
All Implemented Interfaces:
Executable

public final class Log4JExecutable
extends Object
implements Executable


Field Summary
static boolean DEFAULT_SKIP
           
 
Constructor Summary
Log4JExecutable(Log4JService service, Log4JConfiguration context)
           
Log4JExecutable(Log4JService service, Log4JConfiguration context, boolean skip)
           
 
Method Summary
 void execute()
           
 Log4JConfiguration getContext()
           
 Log4JService getService()
           
 boolean isSkip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SKIP

public static final boolean DEFAULT_SKIP
See Also:
Constant Field Values
Constructor Detail

Log4JExecutable

public Log4JExecutable(Log4JService service,
                       Log4JConfiguration context)

Log4JExecutable

public Log4JExecutable(Log4JService service,
                       Log4JConfiguration context,
                       boolean skip)
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

isSkip

public boolean isSkip()

getService

public Log4JService getService()

getContext

public Log4JConfiguration getContext()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.