public class InitialContextBuilder extends JndiProvider
className, classpath, constructor, factoryName, id, jar, properties, provider, type| Constructor and Description |
|---|
InitialContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getProperties()
Gets the value of the properties property.
|
InitialContextBuilder |
id(String id) |
equals, getClassName, getClasspath, getConstructor, getFactoryName, getId, getJar, getProvider, getType, hashCode, setClassName, setClasspath, setConstructor, setFactoryName, setId, setJar, setProvider, setTypepublic InitialContextBuilder id(String id)
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.