className, classpath, classpathAPI, constructor, factoryName, id, jar, properties, provider, type
Constructor and Description |
---|
BmpEntityContainerBuilder() |
Modifier and Type | Method and Description |
---|---|
int |
getPoolSize() |
java.util.Properties |
getProperties()
Gets the value of the properties property.
|
BmpEntityContainerBuilder |
id(java.lang.String id) |
void |
setPoolSize(int poolSize) |
BmpEntityContainerBuilder |
withPoolSize(int poolSize) |
equals, getClassName, getClasspath, getClasspathAPI, getConstructor, getFactoryName, getId, getJar, getPropertiesProvider, getProvider, getTemplate, getType, hashCode, setClassName, setClasspath, setClasspathAPI, setConstructor, setFactoryName, setId, setJar, setPropertiesProvider, setProvider, setTemplate, setType
public BmpEntityContainerBuilder id(java.lang.String id)
public BmpEntityContainerBuilder withPoolSize(int poolSize)
public void setPoolSize(int poolSize)
public int getPoolSize()
public java.util.Properties getProperties()
AbstractService
set
method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
getProperties
in interface Service
getProperties
in class AbstractService