CASSerializer responseSerializer = (CASSerializer) SerializationUtils
.deserialize(responseCasBytes);
((CASImpl) cas).reinit(responseSerializer);
// also read annotation time and enter into AnalysisEngineManagementMBean
int annotationTime = responseFrame.fgetInt(Constants.ANNOTATION_TIME);
if (annotationTime > 0) {
AnalysisEngineManagementImpl mbean = (AnalysisEngineManagementImpl) mOwner
.getManagementInterface();
mbean.reportAnalysisTime(annotationTime);
}