Examples of SingleVMEventBus


Examples of org.olat.commons.coordinate.singlevm.SingleVMEventBus

   * @return
   */
  public EventBus createSingleUserInstance() {
    // take the normal singlevm event bus, since this is only
    // for within one user-session, which is in one vm
    return new SingleVMEventBus();
  }
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.