All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Conf.Server.SeenServer

java.lang.Object
   |
   +----Acme.Conf.Server.SeenServer

public class SeenServer
extends Object
Server side of a seen object.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o SeenServer()

Method Index

 o forget(Session)
Forget the topic.
 o getLastResponseNumberSeen()
The last response number the user has read.
 o isForgotten()
Whether the topic is forgotten.
 o setLastResponseNumberSeen(Session, int)
Set the last response number read.
 o unforget(Session)
Remember the topic.

Constructors

 o SeenServer
 protected SeenServer()

Methods

 o isForgotten
 public boolean isForgotten()
Whether the topic is forgotten.

 o getLastResponseNumberSeen
 public int getLastResponseNumberSeen()
The last response number the user has read.

 o forget
 public void forget(Session session)
Forget the topic.

 o unforget
 public void unforget(Session session)
Remember the topic.

 o setLastResponseNumberSeen
 public void setLastResponseNumberSeen(Session session,
                                       int n)
Set the last response number read.


All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs