public SerializableEventServiceBean(EventService es) {
   this.eventThreadCount = es.getEventThreadCount();
   this.eventQueueCapacity = es.getEventQueueCapacity();
   this.eventQueueSize = es.getEventQueueSize();
 }