All Packages Class Hierarchy This Package Previous Next Index
Interface weblab.net.WhiteBoard
- public interface WhiteBoard
- extends Remote
WhiteBoard is a communication server supporting publish-and-subscribe
method of interprocess communications.
-
addSubject(String)
- Add a Subject to this WhiteBoard.
-
removeSubject(String)
- Remove a Subject from this WhiteBoard.
addSubject
public abstract Subject addSubject(String name) throws RemoteException
- Add a Subject to this WhiteBoard. Return true if successful.
- Parameters:
- name - Subject's name.
removeSubject
public abstract boolean removeSubject(String name) throws RemoteException
- Remove a Subject from this WhiteBoard. Return true if successful.
- Parameters:
- name - Subject's name.
All Packages Class Hierarchy This Package Previous Next Index