Cargo : Container Instantiation
This page last changed on Apr 25, 2005 by vmassol.
DefinitionCreate a container instanceExplanationA container instance is created by simply instantiating the Java object implementing the container. Each container implementation offers a main Java object wrapping its container and which allows to manipulate the container (start, stop, configure, etc).The class to use for instantiating a container can be found on each container's documentation page:
ExampleContainer container = new Orion2xContainer(); [...] Container container = new Resin3xContainer(); [...] Container container = new Weblogic8xContainer(); [...] |
![]() |
Document generated by Confluence on Apr 30, 2005 12:52 |