Class COM.roguewave.jchat.Forum
All Packages Class Hierarchy This Package Previous Next Index
Class COM.roguewave.jchat.Forum
java.lang.Object
|
+----COM.roguewave.jchat.Forum
- public class Forum
- extends Object
The Forum class.
The Forum class represents an aggregation of Connections that are viewing group
conversations.
-
Forum(String)
- Creates a new Forumm with the specified forum name.
-
addConnection(Connection)
- Adds a Connection.
-
removeConnection(Connection)
- Removes a Connection.
-
send(String[])
- Delivers the specified message to all the Connections that are currently
listening in on this Forum.
Forum
public Forum(String forumName)
- Creates a new Forumm with the specified forum name.
addConnection
public void addConnection(Connection aConnection)
- Adds a Connection.
removeConnection
public void removeConnection(Connection aConnection)
- Removes a Connection.
send
public void send(String command[])
- Delivers the specified message to all the Connections that are currently
listening in on this Forum.
All Packages Class Hierarchy This Package Previous Next Index