Package org.araneaframework.framework

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

Related Classes of org.araneaframework.framework.SynchronizingContext

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.