All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface weblab.net.SubscriberInt

public interface SubscriberInt
extends Remote
SubscriberInt is the internal remote interface implemented by SubscriberImp and accessed by Subject.

See Also:
Subject, SubscriberImp

Method Index

 o name()
Return Subscriber's name.
 o update(Subject)
Update Subscriber's knowledge of a Subject.

Methods

 o name
 public abstract String name() throws RemoteException
Return Subscriber's name.

 o update
 public abstract void update(Subject s) throws RemoteException
Update Subscriber's knowledge of a Subject.

Parameters:
s - The Subject.

All Packages  Class Hierarchy  This Package  Previous  Next  Index