All Packages Class Hierarchy This Package Previous Next Index
Class Acme.Conf.Server.ConflistServer
java.lang.Object
|
+----Acme.Conf.Conflist
|
+----Acme.Conf.Server.ConflistServer
- public class ConflistServer
- extends Conflist
Server side of a user's list of conferences.
Fetch the software.
Fetch the entire Acme package.
-
ConflistServer()
- Make a new conflist.
-
addConference(Conference)
- Add a conference to the list.
-
getConferences()
- An Enumeration of the Conferences in this list.
-
rmConference(Conference)
- Remove a conference from the list.
ConflistServer
public ConflistServer()
- Make a new conflist.
getConferences
public Enumeration getConferences()
- An Enumeration of the Conferences in this list.
- Overrides:
- getConferences in class Conflist
addConference
public void addConference(Conference conference)
- Add a conference to the list.
- Overrides:
- addConference in class Conflist
rmConference
public void rmConference(Conference conference)
- Remove a conference from the list.
- Overrides:
- rmConference in class Conflist
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs