protected void sendStartRequestToNM(ContainerLaunchContext clc) {
sendEvent(new NMCommunicatorLaunchRequestEvent(clc, container));
}
protected void sendStopRequestToNM() {
sendEvent(new NMCommunicatorStopRequestEvent(containerId,
container.getNodeId(), container.getContainerToken()));
}