public class InitialContextFactoryBean
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private javax.naming.InitialContext |
ctx |
private java.util.Properties |
env |
| Constructor and Description |
|---|
InitialContextFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
javax.naming.InitialContext |
getCtx() |
java.util.Properties |
getEnv() |
void |
setEnv(java.util.Properties env) |