Package org.olat.instantMessaging.rosterandchat

Examples of org.olat.instantMessaging.rosterandchat.ConnectToServerTask


   
   
    if (Tracing.isDebugEnabled(this.getClass())) {
      Tracing.logDebug("Connecting to server by thread pool with user: "+username, this.getClass());
    }
    TaskExecutorManager.getInstance().runTask(new ConnectToServerTask(this));
    connectionTimestamp = System.currentTimeMillis();

  }
View Full Code Here

TOP

Related Classes of org.olat.instantMessaging.rosterandchat.ConnectToServerTask

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.