WhiteBoard Using RMI
WSU CEG 7370 WhiteBoard Using Java RMI
Public Member Functions | List of all members
WhiteBoard.WbServer Interface Reference
+ Inheritance diagram for WhiteBoard.WbServer:
+ Collaboration diagram for WhiteBoard.WbServer:

Public Member Functions

void addClient (WbClient wc, String brnm) throws java.rmi.RemoteException
 
void addLine (LineCoords ln, String brnm) throws java.rmi.RemoteException
 
void delClient (WbClient wc, String brnm) throws java.rmi.RemoteException
 
void sendAllLines (WbClient wc, String brnm) throws java.rmi.RemoteException
 

Detailed Description

Definition at line 7 of file WbServer.java.

Member Function Documentation

void WhiteBoard.WbServer.addClient ( WbClient  wc,
String  brnm 
) throws java.rmi.RemoteException

Implemented in WhiteBoard.WbServerImpl.

void WhiteBoard.WbServer.addLine ( LineCoords  ln,
String  brnm 
) throws java.rmi.RemoteException

Implemented in WhiteBoard.WbServerImpl.

void WhiteBoard.WbServer.delClient ( WbClient  wc,
String  brnm 
) throws java.rmi.RemoteException

Implemented in WhiteBoard.WbServerImpl.

void WhiteBoard.WbServer.sendAllLines ( WbClient  wc,
String  brnm 
) throws java.rmi.RemoteException

Implemented in WhiteBoard.WbServerImpl.


The documentation for this interface was generated from the following file:
Copyright © 2014 www.wright.edu/~pmateti;   thanks to doxygen