| Package | Description |
|---|---|
| com.caucho.config.cfg | |
| com.caucho.config.type | |
| com.caucho.config.types |
| Modifier and Type | Method and Description |
|---|---|
ContainerProgram |
AbstractBeanConfig.getInit()
Sets the init program.
|
ContainerProgram |
BeanConfig.getInit() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBeanConfig.setInit(ContainerProgram init)
Sets the init program.
|
void |
BeanConfig.setInit(ContainerProgram init)
Sets the init program.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerProgram |
TypeFactory.getUrlProgram(java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
ContainerProgram |
ReferenceConfig.getInit()
Gets the init program;
|
ContainerProgram |
JndiLink.getInit()
Gets the init program;
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceConfig.setInit(ContainerProgram init)
Sets the init program
|
void |
JndiLink.setInit(ContainerProgram init)
Sets the init program
|