className, classpath, constructor, factoryName, id, jar, properties, provider, type| Constructor and Description |
|---|
BmpEntityContainerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPoolSize() |
Properties |
getProperties()
Gets the value of the properties property.
|
BmpEntityContainerBuilder |
id(String id) |
void |
setPoolSize(int poolSize) |
BmpEntityContainerBuilder |
withPoolSize(int poolSize) |
equals, getClassName, getClasspath, getConstructor, getFactoryName, getId, getJar, getProvider, getType, hashCode, setClassName, setClasspath, setConstructor, setFactoryName, setId, setJar, setProvider, setTypepublic BmpEntityContainerBuilder id(String id)
public BmpEntityContainerBuilder withPoolSize(int poolSize)
public void setPoolSize(int poolSize)
public int getPoolSize()
public Properties getProperties()
AbstractServiceset method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
getProperties in interface ServicegetProperties in class AbstractServiceCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.