Package com.jbidwatcher.search

Examples of com.jbidwatcher.search.SearchManager$TitleSearcher


  }

  private Searcher add(String type, String name, String search, String server) {
    int inc=0;
    String curName = name + Integer.toString(inc);
    SearchManager sm = SearchManager.getInstance();
    Searcher s;

    s = sm.buildSearch(System.currentTimeMillis(), type, curName, search, server, null, -1);
    _stm.insert(s);

    return s;
  }
View Full Code Here

TOP

Related Classes of com.jbidwatcher.search.SearchManager$TitleSearcher

Copyright © 2018 www.massapicom. 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.