Package com.google.enterprise.connector.notes.client

Examples of com.google.enterprise.connector.notes.client.NotesViewEntry.recycle()


        LOGGER.logp(Level.FINEST, CLASS_NAME, METHOD,
            "Adding document to list: " + unid);
        unidList.add(unid);
        NotesViewEntry prevVe = ve;
        ve = submitQNav.getNext(prevVe);
        prevVe.recycle();
      }
      submitQNav.recycle();
      submitQ.recycle();
    } catch (Exception e) {
      e.printStackTrace();
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.