org.apache.openejb.log
Class LoggerCreator

java.lang.Object
  extended by org.apache.openejb.log.LoggerCreator
All Implemented Interfaces:
Callable<Logger>

public class LoggerCreator
extends Object
implements Callable<Logger>


Nested Class Summary
static class LoggerCreator.Get
           
 
Constructor Summary
LoggerCreator(String channel)
           
 
Method Summary
 Logger call()
           
 boolean isInit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerCreator

public LoggerCreator(String channel)
Method Detail

call

public Logger call()
            throws Exception
Specified by:
call in interface Callable<Logger>
Throws:
Exception

isInit

public boolean isInit()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.