Examples of SynchronizingContext


Examples of org.araneaframework.framework.SynchronizingContext

public class StandardSynchronizingFilterService extends BaseFilterService {
  private static final Logger log = Logger.getLogger(StandardSynchronizingFilterService.class);
 
  protected void init() throws Exception {
    Map entries = new HashMap();
    entries.put(SynchronizingContext.class, new SynchronizingContext() {});
   
    childService._getComponent().init(new StandardEnvironment(getChildEnvironment(), entries));
   
    log.debug("Synchronizing filter service initialized.");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.