Class JndiMongoClientFactory

java.lang.Object
org.frankframework.jdbc.datasource.ObjectFactory<com.mongodb.client.MongoClient>
org.frankframework.mongodb.JndiMongoClientFactory
All Implemented Interfaces:
IMongoClientFactory, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class JndiMongoClientFactory extends ObjectFactory<com.mongodb.client.MongoClient> implements IMongoClientFactory
MongoClientFactory that retrieves its configuration from JNDI.
Author:
Gerrit van Brakel
  • Field Details

    • DEFAULT_DATASOURCE_NAME_PROPERTY

      public static final String DEFAULT_DATASOURCE_NAME_PROPERTY
      See Also:
    • GLOBAL_DEFAULT_DATASOURCE_NAME_DEFAULT

      public static final String GLOBAL_DEFAULT_DATASOURCE_NAME_DEFAULT
      See Also:
    • GLOBAL_DEFAULT_DATASOURCE_NAME

      public static final String GLOBAL_DEFAULT_DATASOURCE_NAME
  • Constructor Details

    • JndiMongoClientFactory

      public JndiMongoClientFactory()
  • Method Details