Package org.openmeetings.app.remote

Examples of org.openmeetings.app.remote.MainService.logoutUser()


   
    Users user3 = mService.getUser(sessionData.getSession_id(), users2.getUser_id().intValue());
   
    System.out.println("user3: "+user3.getLogin());
   
    mService.logoutUser(sessionData.getSession_id());
   
  }
}
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.