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 12. Ideas for customization and integration 341
Example 12-6 Applet’s dataReceived() method
public void dataReceived(ImEvent e)
{
announce("dataReceived");
byte[] myBytes = e.getData();
String myString = new String(myBytes);
int dataSubType = e.getDataSubType();
switch (dataSubType)
{
case 5: tfDescription.setText(myString); break;
case 6: tfReportedBy.setText(myString); break;
case 7: tfStatus.setText(myString); break;
case 8: itemUrlChanged(myString); break;
}
}
12.3 Alternative approaches to Single Sign-On (SSO)
Sametime supports community security through the authentication of community
members. Authentication is the process o
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