Package org.rioproject.impl.logging

Examples of org.rioproject.impl.logging.ServiceLogEventPublisherImpl$ServiceLogEventTask


        throws IOException {
        if(s.getServiceLogEventPublisher()==null) {
            EventDescriptor serviceLogEventDescriptor = ServiceLogEvent.getEventDescriptor();
            EventHandler serviceLogEventHandler = new DispatchEventHandler(serviceLogEventDescriptor, config);
            getEventTable().put(serviceLogEventDescriptor.eventID, serviceLogEventHandler);
            ServiceLogEventPublisherImpl publisher = new ServiceLogEventPublisherImpl(serviceLogEventHandler,
                                                                                      (EventProducer)getExportedProxy());
            s.setServiceLogEventPublisher(publisher);
            addAttribute(serviceLogEventDescriptor);
        }
    }
View Full Code Here

TOP

Related Classes of org.rioproject.impl.logging.ServiceLogEventPublisherImpl$ServiceLogEventTask

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.