Interface | Description |
---|---|
Container |
Common container API to wrap a physical container.
|
ContainerCapability |
Represents the capability of a container.
|
EmbeddedLocalContainer |
Represents an embedded container which only requires the correct JARs in the classpath to work.
|
InstalledLocalContainer |
Represents a local container that requires an installation to work.
|
LocalContainer |
A local container is a container that executes on the machine where Cargo is executing.
|
RemoteContainer |
A remote container is a container that is already installed and started (locally or on a remote
machine).
|
Class | Description |
---|---|
ContainerType |
Types of
Container s. |
State |
Represent the container states (started, starting, stopped, etc).
|
Exception | Description |
---|---|
ContainerException |
Base exception class for all Cargo Container API classes.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.