Note: The stop action waits till the container is fully stopped before returning.
Example using the Java API
Stopping Orion 1.x:
InstalledLocalContainer container = new Orion1xInstalledLocalContainer(
new OrionStandaloneConfiguration("target/orion1x"));
container.setHome("c:/apps/orion-1.6.0b");
container.stop();