org.apache.logging.log4j.core.appender
Interface ManagerFactory<F,T>

Type Parameters:
F - The Manager type.
T - The Factory data type.

public interface ManagerFactory<F,T>

Create a Manager.


Method Summary
 F createManager(String name, T data)
          Create a Manager.
 

Method Detail

createManager

F createManager(String name,
                T data)
Create a Manager.

Parameters:
name - The name of the entity to manage.
data - The data required to create the entity.
Returns:
A Manager for the entity.


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.