All Packages Class Hierarchy This Package Previous Next Index
Class Acme.Conf.Server.SessionServer
java.lang.Object
|
+----Acme.Conf.Server.SessionServer
- public class SessionServer
- extends Object
Server side of a conferencing session.
Fetch the software.
Fetch the entire Acme package.
-
SessionServer()
- Make a new session.
-
getConference()
- The current conference.
-
getConferenceEnumerator()
- The conference enumerator.
-
getConfgroup()
- The current conference group.
-
getConfsys()
- The conferencing system.
-
getTopicNumber()
- The current topic number.
-
getUser()
- The user.
-
resetConferenceEnumerator()
- Reset the conference enumerator.
SessionServer
public SessionServer()
- Make a new session.
getConfsys
public Confsys getConfsys()
- The conferencing system.
getUser
public User getUser()
- The user.
getConfgroup
public Confgroup getConfgroup()
- The current conference group.
getConferenceEnumerator
public Enumeration getConferenceEnumerator()
- The conference enumerator.
resetConferenceEnumerator
public void resetConferenceEnumerator()
- Reset the conference enumerator.
getConference
public Conference getConference()
- The current conference.
getTopicNumber
public int getTopicNumber()
- The current topic number.
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs