}
@Override
public StopContainerResponseProto stopContainer(RpcController arg0,
StopContainerRequestProto proto) throws ServiceException {
StopContainerRequestPBImpl request = new StopContainerRequestPBImpl(proto);
try {
StopContainerResponse response = real.stopContainer(request);
return ((StopContainerResponsePBImpl)response).getProto();
} catch (YarnRemoteException e) {
throw new ServiceException(e);