public final class ContainerUtils extends Object
Modifier and Type | Method and Description |
---|---|
static URL |
getCPCURL(Configuration configuration) |
static void |
waitTillContainerIsStopped(Container container)
Wait indefinitely till the container is stopped.
|
public static URL getCPCURL(Configuration configuration)
configuration
- the configuration from which to derive the CPC URL. We need it to get
the hostname, the port, etc.public static void waitTillContainerIsStopped(Container container)
container
- the local containerCopyright © 2004-2013 Codehaus. All Rights Reserved.