1109111011111112111311141115
protected void deAllocate() { sendEvent(new AMSchedulerEventDeallocateContainer(containerId)); } protected void sendCompletedToScheduler() { sendEvent(new AMSchedulerEventContainerCompleted(containerId)); }
911912913914915916917