Class ResourceManagerSupport

  • All Implemented Interfaces:
    ResourceExtension

    public abstract class ResourceManagerSupport
    extends com.marklogic.client.extensions.ResourceManager
    implements ResourceExtension
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.marklogic.client.DatabaseClient getClient()  
      protected abstract java.lang.String getResourceName()  
      void setDatabaseClient​(com.marklogic.client.DatabaseClient client)  
      • Methods inherited from class com.marklogic.client.extensions.ResourceManager

        getName, startLogging, stopLogging
      • Methods inherited from class com.marklogic.client.impl.ResourceManagerImplementation

        getServices
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceManagerSupport

        public ResourceManagerSupport()
    • Method Detail

      • getResourceName

        protected abstract java.lang.String getResourceName()
      • getClient

        protected com.marklogic.client.DatabaseClient getClient()