All Packages Class Hierarchy This Package Previous Next Index
Class Acme.Conf.Server.ConfsysServer
java.lang.Object
|
+----Acme.Conf.Confsys
|
+----Acme.Conf.Server.ConfsysServer
- public class ConfsysServer
- extends Confsys
Server side of a conferencing system.
Fetch the software.
Fetch the entire Acme package.
-
ConfsysServer(Session, User)
- Make a new confsys.
-
addConfgroup(Session, String, User)
- Add a new conference group to the system.
-
addUser(Session, String, String)
- Add a new user to the system.
-
findUser(String)
- Find a user by userid.
-
getConfgroups()
- An Enumeration of the Confgroups.
-
getUsers()
- An Enumeration of the Users.
-
isAdmin(User)
- Check whether a user is an administrator.
-
rmConfgroup(Session, Confgroup)
- Remove a conference group from the system.
-
rmUser(Session, User)
- Remove a user from the system.
ConfsysServer
public ConfsysServer(Session session,
User admin)
- Make a new confsys.
getConfgroups
public Enumeration getConfgroups()
- An Enumeration of the Confgroups.
- Overrides:
- getConfgroups in class Confsys
getUsers
public Enumeration getUsers()
- An Enumeration of the Users.
- Overrides:
- getUsers in class Confsys
findUser
public User findUser(String userid)
- Find a user by userid.
- Returns:
- null if no such user exists.
- Overrides:
- findUser in class Confsys
isAdmin
public boolean isAdmin(User user)
- Check whether a user is an administrator.
- Overrides:
- isAdmin in class Confsys
addConfgroup
public Confgroup addConfgroup(Session session,
String name,
User manager)
- Add a new conference group to the system.
The conference group starts out with no conferences in it.
Only an administrator may do this.
- Overrides:
- addConfgroup in class Confsys
rmConfgroup
public void rmConfgroup(Session session,
Confgroup confgroup)
- Remove a conference group from the system.
The conferences it contains may continue to exist in other
conference groups.
Only an administrator may do this.
- Overrides:
- rmConfgroup in class Confsys
addUser
public User addUser(Session session,
String userid,
String realName)
- Add a new user to the system.
Only an administrator may do this.
- Overrides:
- addUser in class Confsys
rmUser
public void rmUser(Session session,
User user)
- Remove a user from the system.
Only an administrator may do this.
- Overrides:
- rmUser in class Confsys
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs