Skip to Content
Lotus Instant Messaging/Web Conferencing (Sametime): Building Sametime Enabled Applications
book

Lotus Instant Messaging/Web Conferencing (Sametime): Building Sametime Enabled Applications

by John Bergland, John Barrow, Jonas Covey, Washington Cabral, Carl Tyler, Yafit Sami, Rob Novak
November 2003
Intermediate to advanced
496 pages
11h 59m
English
IBM Redbooks
Content preview from Lotus Instant Messaging/Web Conferencing (Sametime): Building Sametime Enabled Applications
Chapter 13. Visioning scenario: Sametime enterprise integration 397
Example 13-6 Code to search for incidents on a Notes database
public String[] findIncident(String query)
{
String[] strIncidentFw = "";
Session session = null;
try
{
//Start a notes session to access the Incident Tracking database
NotesThread.sinitThread();
session = NotesFactory.createSession("itsotest-st31.cam.itso.ibm.com");
Database db = session.getDatabase("itsotest-st31/ITSOST31",
"IncidentTracking.nsf");
if (db == null)
{
System.out.println("Can't get a handle on the Database");
}
else
{
//Do a full text search on the database
DocumentCollection dc = db.FTSearch("[Inc ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

IBM WebSphere Application Server V8.5 Administration and Configuration Guide for Liberty Profile

IBM WebSphere Application Server V8.5 Administration and Configuration Guide for Liberty Profile

Anil Esen, Toshiyuki Iue, Neil Patterson, Jennifer Ricciuti
Using the IBM Lotus Virtual Classroom: A Best Practices Guide to e-Learning

Using the IBM Lotus Virtual Classroom: A Best Practices Guide to e-Learning

Mike Ebbers, David Balague, Balaka Ganguly, Dan Noyes, Phil Salm

Publisher Resources

ISBN: 0738499080Purchase book