Package org.hive2hive.core.network.userprofiletask

Examples of org.hive2hive.core.network.userprofiletask.UserProfileTask.start()


    logger.debug("Executing a '{}' user profile task. User ID = '{}'.", userProfileTask.getClass()
        .getSimpleName(), userId);
    // give the network manager reference to be able to run
    userProfileTask.setNetworkManager(networkManager);
    // run the user profile task in own thread
    userProfileTask.start();

    /*
     * Initialize next steps.
     * 1. Remove done user profile task from network.
     * 2. Get next user profile task.
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.