Methods | This Package | All Packages

Container Class

Represents a container for components.

package com.ms.wfc.core

public class Container
implements
IContainer

Remarks

A container represents a logical containment of components, rather than a physical containment. For each component that is added to a container, the container creates a site that it uses to manage the component. The container is responsible for the lifetime of its components.

See Also   Component, IComponentSite