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 String
getBaseUrl()
int
getDatabaseConnectionPoolSize()
com.revolsys.record.io.format.json.JsonObject
getFileFormatProperties(String mimeType)
int
getGroupResultPoolSize()
String
getInternalWebServiceUrl()
int
getPostProcessPoolSize()
int
getPreProcessPoolSize()
com.revolsys.beans.PropertyChangeSupport
getPropertyChangeSupport()
int
getSchedulerPoolSize()
String
getSecureBaseUrl()
void
init()
void
setBaseUrl(String baseUrl)
void
setDatabaseConnectionPoolSize(int poolSize)
void
setGroupResultPoolSize(int groupResultPoolSize)
void
setInternalWebServiceUrl(String internalWebServiceUrl)
void
setMediaTypes(Map<String,String> mediaTypes)
void
setPostProcessPoolSize(int postProcessPoolSize)
void
setPreProcessPoolSize(int preProcessPoolSize)
void
setSchedulerPoolSize(int schedulerPoolSize)
void
setSecureBaseUrl(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:
getPropertyChangeSupport
in 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)
-
-