Class java.rmi.examples.chat.ChatAdded
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.examples.chat.ChatAdded

java.lang.Object
   |
   +----java.rmi.examples.chat.ChatAdded

public class ChatAdded
extends Object
An object that holds the two return values needed by ChatServer.add

Variable Index

 o clientID
The client identifier for the added client (i.e., the added client's self).
 o connection
The connection object for communicating to the chat service from the added client.

Constructor Index

 o ChatAdded(ChatConnection, int)

Variables

 o connection
  public ChatConnection connection
The connection object for communicating to the chat service from the added client.
 o clientID
  public int clientID
The client identifier for the added client (i.e., the added client's self).

Constructors

 o ChatAdded
  public ChatAdded(ChatConnection conn,
                   int id)

All Packages  Class Hierarchy  This Package  Previous  Next  Index