All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Conf.Conflist

java.lang.Object
   |
   +----Acme.Conf.Conflist

public abstract class Conflist
extends Object
A user's list of conferences.

This is an abstract class with separate implementations on the client and server sides, mirrored via RPC.

Fetch the software.
Fetch the entire Acme package.

See Also:
User

Constructor Index

 o Conflist()

Method Index

 o addConference(Conference)
Add a conference to the list.
 o getConferences()
An Enumeration of the Conferences in this list.
 o rmConference(Conference)
Remove a conference from the list.

Constructors

 o Conflist
 public Conflist()

Methods

 o getConferences
 public abstract Enumeration getConferences()
An Enumeration of the Conferences in this list.

 o addConference
 public abstract void addConference(Conference conference)
Add a conference to the list.

 o rmConference
 public abstract void rmConference(Conference conference)
Remove a conference from the list.


All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs