All Packages Class Hierarchy This Package Previous Next Index
![]() |
java.lang.Object | +----Acme.Conf.Confgroup
Conference groups contain conferences. Each group has a name and a list of managers who are authorized to perform maintenance functions.
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.
public Confgroup()
public abstract String getName()
public abstract Enumeration getConferences()
public abstract boolean isManager(User user)
public abstract Conference addConference(Session session,
String name,
String shortDesc,
User host)
Only a manager may do this.
public abstract void linkConference(Session session,
Conference conference)
Only a manager may do this.
public abstract void rmConference(Session session,
Conference conference)
Only a manager may do this.
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs