Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

Definition

Create a container instance

Explanation

A 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:

In addition it's possible to instantiate a container by name.

Example

Labels
  • None