Class CpfConfig

  • All Implemented Interfaces:
    com.revolsys.beans.PropertyChangeSupportProxy

    public class CpfConfig
    extends Object
    implements com.revolsys.beans.PropertyChangeSupportProxy
    • Constructor Detail

      • CpfConfig

        public CpfConfig()
    • Method Detail

      • getBaseUrl

        public String getBaseUrl()
      • getDatabaseConnectionPoolSize

        public int getDatabaseConnectionPoolSize()
      • getFileFormatProperties

        public com.revolsys.record.io.format.json.JsonObject getFileFormatProperties​(String mimeType)
      • getGroupResultPoolSize

        public int getGroupResultPoolSize()
      • getInternalWebServiceUrl

        public String getInternalWebServiceUrl()
      • getPostProcessPoolSize

        public int getPostProcessPoolSize()
      • getPreProcessPoolSize

        public int getPreProcessPoolSize()
      • getPropertyChangeSupport

        public com.revolsys.beans.PropertyChangeSupport getPropertyChangeSupport()
        Specified by:
        getPropertyChangeSupport in interface com.revolsys.beans.PropertyChangeSupportProxy
      • getSchedulerPoolSize

        public int getSchedulerPoolSize()
      • getSecureBaseUrl

        public String getSecureBaseUrl()
      • init

        @PostConstruct
        public void init()
      • setBaseUrl

        public void setBaseUrl​(String baseUrl)
      • setDatabaseConnectionPoolSize

        public void setDatabaseConnectionPoolSize​(int poolSize)
      • setGroupResultPoolSize

        public void setGroupResultPoolSize​(int groupResultPoolSize)
      • setInternalWebServiceUrl

        public void setInternalWebServiceUrl​(String internalWebServiceUrl)
      • setMediaTypes

        public void setMediaTypes​(Map<String,​String> mediaTypes)
      • setPostProcessPoolSize

        public void setPostProcessPoolSize​(int postProcessPoolSize)
      • setPreProcessPoolSize

        public void setPreProcessPoolSize​(int preProcessPoolSize)
      • setSchedulerPoolSize

        public void setSchedulerPoolSize​(int schedulerPoolSize)
      • setSecureBaseUrl

        public void setSecureBaseUrl​(String secureBaseUrl)