Package com.goodow.realtime.store.impl

Examples of com.goodow.realtime.store.impl.ErrorImpl


  @Override
  public void onError(Throwable e) {
    logger.log(Level.WARNING, "Channel error occurs", e);
    bus.publishLocal(Constants.Topic.STORE + "/" + id + "/" + Constants.Topic.DOCUMENT_ERROR,
                     new ErrorImpl(ErrorType.SERVER_ERROR, "Channel error occurs", true));
  }
View Full Code Here

TOP

Related Classes of com.goodow.realtime.store.impl.ErrorImpl

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.