Serialized Form


Package ChatApp

Class ChatApp._ChatClientImplBase implements Serializable

Class ChatApp._ChatClientStub implements Serializable

Class ChatApp._ChatRegistryStub implements Serializable

Class ChatApp.ChatClientServant implements Serializable

Serialized Fields

app

MyChatApp app
Handle to the aplication gui.

Class ChatApp.MyChatApp implements Serializable

Serialized Fields

chatClient

ChatClientServant chatClient
The ChatClientServant that is related to this gui

chatRegistry

ChatRegistry chatRegistry
A reference to the remote server object

isRegistered

boolean isRegistered
Flag for indicating of the client is registered to the server

ivjChatList

java.awt.List ivjChatList
Gui component

ivjConnectButton

java.awt.Button ivjConnectButton
Gui component

ivjConnectString

java.awt.TextField ivjConnectString
Gui component

ivjMessageString

java.awt.TextField ivjMessageString
Gui component

ivjSendButton

java.awt.Button ivjSendButton
Gui component

ncRef

org.omg.CosNaming.NamingContext ncRef
The naming context that holds the client and server objects

orb

org.omg.CORBA.ORB orb
The ORB object to connect to the naming service

programArguments

java.lang.String[] programArguments
The program arguments. Must include the -ORBInitialPort option and may also include the -ORBInitialHost option is the Naming Service is running on a remote machine to run the client app type: java -classpath .;; ChatApp.MyCHatApp -ORBInitialPort

usersLabel

java.awt.Label usersLabel
Gui component

usersList

java.awt.Choice usersList
Gui component


Class ChatApp.ChatClientServant implements Serializable

Serialized Fields

app

MyChatApp app
Handle to the aplication gui.


Class ChatApp.MyChatApp implements Serializable

Serialized Fields

chatClient

ChatClientServant chatClient
The ChatClientServant that is related to this gui

chatRegistry

ChatRegistry chatRegistry
A reference to the remote server object

isRegistered

boolean isRegistered
Flag for indicating of the client is registered to the server

ivjChatList

java.awt.List ivjChatList
Gui component

ivjConnectButton

java.awt.Button ivjConnectButton
Gui component

ivjConnectString

java.awt.TextField ivjConnectString
Gui component

ivjMessageString

java.awt.TextField ivjMessageString
Gui component

ivjSendButton

java.awt.Button ivjSendButton
Gui component

ncRef

org.omg.CosNaming.NamingContext ncRef
The naming context that holds the client and server objects

orb

org.omg.CORBA.ORB orb
The ORB object to connect to the naming service

programArguments

java.lang.String[] programArguments
The program arguments. Must include the -ORBInitialPort option and may also include the -ORBInitialHost option is the Naming Service is running on a remote machine to run the client app type: java -classpath .;; ChatApp.MyCHatApp -ORBInitialPort

usersLabel

java.awt.Label usersLabel
Gui component

usersList

java.awt.Choice usersList
Gui component