Examples of IAsyncHandler


Examples of com.bj58.spat.gaea.server.util.async.IAsyncHandler

  }
 
  @Override
  public void invoke(final GaeaContext context) throws Exception {
    logger.debug("-------------------begin async invoke-------------------");
    asyncInvoker.run(taskTimeOut, new IAsyncHandler(){
      @Override
      public Object run() throws Throwable {
        logger.debug("begin request filter");
        // request filter
        for(IFilter f : Global.getSingleton().getGlobalRequestFilterList()) {
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.