Class JmsManager.JmsManagerFactory
java.lang.Object
org.apache.logging.log4j.core.appender.mom.JmsManager.JmsManagerFactory
- All Implemented Interfaces:
ManagerFactory<JmsManager,
JmsManager.JmsManagerConfiguration>
- Enclosing class:
- JmsManager
private static class JmsManager.JmsManagerFactory
extends Object
implements ManagerFactory<JmsManager,JmsManager.JmsManagerConfiguration>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateManager
(String name, JmsManager.JmsManagerConfiguration data) Creates a Manager.
-
Constructor Details
-
JmsManagerFactory
private JmsManagerFactory()
-
-
Method Details
-
createManager
Description copied from interface:ManagerFactory
Creates a Manager.- Specified by:
createManager
in interfaceManagerFactory<JmsManager,
JmsManager.JmsManagerConfiguration> - Parameters:
name
- The name of the entity to manage.data
- The data required to create the entity.- Returns:
- A Manager for the entity.
-