|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChatClientInterface
Interface for clients in simple chat application.
Method Summary | |
---|---|
java.lang.String |
getAddress()
Gets client's hostname/IPA. |
java.lang.String |
getScreenName()
Gets client's screen name. |
void |
shutdown()
Shuts down, notifying server that we're leaving. |
void |
startup()
Starts up client (performing any work that can't be done in the constructor). |
Methods inherited from interface rmi.ChatParticipantInterface |
---|
addClient, broadcast, display, removeClient |
Method Detail |
---|
java.lang.String getScreenName() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getAddress() throws java.rmi.RemoteException
java.rmi.RemoteException
void startup() throws java.rmi.RemoteException
java.rmi.RemoteException
void shutdown() throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |