Package tigase.cluster

Examples of tigase.cluster.MethodCallCriteria


  /**
   * Creates a new <code>SessionTransferMC</code> instance.
   *
   */
  public SessionTransferMC() {
    criteria = new MethodCallCriteria(ClusterMethods.SESSION_TRANSFER.toString());
  }
View Full Code Here

TOP

Related Classes of tigase.cluster.MethodCallCriteria

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.