WhiteBoard Using RMI
WSU CEG 7370 WhiteBoard Using Java RMI
|
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 |
Definition at line 7 of file WbServer.java.
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.