Package org.apache.uima.ducc.transport.event

Examples of org.apache.uima.ducc.transport.event.DuccJobsStateEvent


          }
        }
      }
      logger.info(methodName, null , "---- PM Dispatching DuccJobsStateEvent request to Agent(s) - State Map Size:"+jobDeploymentList.size()+" Reservation List:"+reservationList.size());
      //  Dispatch state update to agents
      eventDispatcher.dispatch(new DuccJobsStateEvent(DuccEvent.EventType.PM_STATE, jobDeploymentList, reservationList));
      logger.info(methodName, null , "+++++ PM Dispatched State To Agent(s)");
    } catch( Throwable t ) {
      logger.error(methodName,null,t);
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.uima.ducc.transport.event.DuccJobsStateEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.