TestContainer impl = (TestContainer) containerManager.getContainer(); impl.handleRequest( ... ); When done, dispose of the managers. ContainerUtil.dispose( containerManager ); ContainerUtil.dispose( contextManager );
@author The Avalon Team
@version CVS $Revision: 1.9 $ $Date: 2004/02/28 15:16:24 $
@see ContainerManagerConstants for the contract surrounding the ContainerManager context
The protocol between an ApplicationMaster and a NodeManager to start/stop containers and to get status of running containers.
If security is enabled the NodeManager verifies that the ApplicationMaster has truly been allocated the container by the ResourceManager and also verifies all interactions such as stopping the container or obtaining status information for the container.
| |
| |