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.


Constructor Index

 o Forum(String)
Creates a new Forumm with the specified forum name.

Method Index

 o addConnection(Connection)
Adds a Connection.
 o removeConnection(Connection)
Removes a Connection.
 o send(String[])
Delivers the specified message to all the Connections that are currently listening in on this Forum.

Constructors

 o Forum
  public Forum(String forumName)
Creates a new Forumm with the specified forum name.

Methods

 o addConnection
  public void addConnection(Connection aConnection)
Adds a Connection.
 o removeConnection
  public void removeConnection(Connection aConnection)
Removes a Connection.
 o 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