Package de.fu_berlin.inf.dpp.net.internal.DefaultInvitationInfo

Examples of de.fu_berlin.inf.dpp.net.internal.DefaultInvitationInfo.UserListRequestExtensionProvider


        }

        subMonitor.worked(2);
        subMonitor
            .setTaskName("Invitation acknowledged. Waiting for user list request...");
        UserListRequestExtensionProvider userListRequestExtProv = new UserListRequestExtensionProvider();
        transmitter.receive(subMonitor.newChild(75,
            SubMonitor.SUPPRESS_ALL_LABELS), transmitter
            .getUserListRequestCollector(invitationID, userListRequestExtProv),
            10000, true);
View Full Code Here


     * Ends the incoming invitation process. Sends a confirmation to the host
     * and starts the shared project.
     */
    protected void completeInvitation() {
        log.debug("Inv" + Utils.prefix(peer) + ": Completing invitation...");
        UserListRequestExtensionProvider extProv = new UserListRequestExtensionProvider();
        transmitter.sendMessageToUser(peer,
            extProv.create(new DefaultInvitationInfo(sessionID, invitationID)));

        /*
         * TODO: Wait until all of the activities in the queue (which arrived
         * during the invitation) are processed and notify the host only after
         * that.
 
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.net.internal.DefaultInvitationInfo.UserListRequestExtensionProvider

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.