Class CpfConfig
- java.lang.Object
-
- ca.bc.gov.open.cpf.api.controller.CpfConfig
-
- All Implemented Interfaces:
com.revolsys.beans.PropertyChangeSupportProxy
public class CpfConfig extends Object implements com.revolsys.beans.PropertyChangeSupportProxy
-
-
Constructor Summary
Constructors Constructor Description CpfConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseUrl()intgetDatabaseConnectionPoolSize()com.revolsys.record.io.format.json.JsonObjectgetFileFormatProperties(String mimeType)intgetGroupResultPoolSize()StringgetInternalWebServiceUrl()intgetPostProcessPoolSize()intgetPreProcessPoolSize()com.revolsys.beans.PropertyChangeSupportgetPropertyChangeSupport()intgetSchedulerPoolSize()StringgetSecureBaseUrl()voidinit()voidsetBaseUrl(String baseUrl)voidsetDatabaseConnectionPoolSize(int poolSize)voidsetGroupResultPoolSize(int groupResultPoolSize)voidsetInternalWebServiceUrl(String internalWebServiceUrl)voidsetMediaTypes(Map<String,String> mediaTypes)voidsetPostProcessPoolSize(int postProcessPoolSize)voidsetPreProcessPoolSize(int preProcessPoolSize)voidsetSchedulerPoolSize(int schedulerPoolSize)voidsetSecureBaseUrl(String secureBaseUrl)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.revolsys.beans.PropertyChangeSupportProxy
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
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:
getPropertyChangeSupportin interfacecom.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)
-
setPostProcessPoolSize
public void setPostProcessPoolSize(int postProcessPoolSize)
-
setPreProcessPoolSize
public void setPreProcessPoolSize(int preProcessPoolSize)
-
setSchedulerPoolSize
public void setSchedulerPoolSize(int schedulerPoolSize)
-
setSecureBaseUrl
public void setSecureBaseUrl(String secureBaseUrl)
-
-