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.


Method Index

 o addSubject(String)
Add a Subject to this WhiteBoard.
 o removeSubject(String)
Remove a Subject from this WhiteBoard.

Methods

 o addSubject
 public abstract Subject addSubject(String name) throws RemoteException
Add a Subject to this WhiteBoard. Return true if successful.

Parameters:
name - Subject's name.
 o 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