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

Examples of de.fu_berlin.inf.dpp.net.internal.DefaultInvitationInfo.UserListRequestExtensionProvider.create()


     */
    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
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.