Examples of SOASynchroniser


Examples of org.foafrealm.soa.client.SOASynchroniser

      Person viewer, Integer depth, Person root, boolean standalone,
      HttpSession session,int _initialLevel,boolean parentIsOwner,
      boolean paste,String serviceAddr,String type,String selectedUri) throws IllegalArgumentException, SecurityException {

    //**** updating database according to the information from request.principal ****
    SOASynchroniser ss = SOASynchroniser.getInstance(viewer.getURI().toString());
    if(!ss.isProcessed())
    {
      System.out.println("== checking");
      //XXX: check later
      if(session!=null&&session.getAttribute("sesPerson")!=null)
        ss.addPrincipalDataToDB((TomcatPersonImpl)session.getAttribute("sesPerson"));
    }
   
    List<Person> persons = new ArrayList<Person>();
    persons.add(root);
 
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.