Package tigase.db

Examples of tigase.db.UserRepository.removeUser()


          src_repo.removeSubnode(user, content);
        } // end of if (node)
      } else {
        System.out.println("Deleting user: " + user);
        if (src_repo != null) {
          src_repo.removeUser(user);
        }
        if (src_auth != null) {
          src_auth.removeUser(user);
        }
      } // end of else
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.