Container’s managed references that can be created from container configuration.
Extends: ManagedReferences
Description
The ContainerReferences class allows you to create container’s managed references that can be created from a container configuration.
Instance methods
putFromConfig
Puts components into the references from the container’s configuration.
Throws CreateException when one of component cannot be created.
public
void putFromConfig(ContainerConfig config) throws ReferenceException
- config: ContainerConfig - container’s configuration with information of the components to be added.