All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sunw.demo.quote.QuoteServer

public interface QuoteServer
extends Remote
This is the java.rmi.Remote interface that QuoteServers must implement, it's the interface seen by remote clients the QuoteMonitor bean.

See Also:
QuoteServerImpl

Method Index

 o addQuoteListener(QuoteListener)
 o getHttpProxy()
 o removeQuoteListener(QuoteListener)
 o setHttpProxy(HttpProxy)

Methods

 o addQuoteListener
 public abstract void addQuoteListener(QuoteListener x) throws RemoteException
 o removeQuoteListener
 public abstract void removeQuoteListener(QuoteListener x) throws RemoteException
 o getHttpProxy
 public abstract HttpProxy getHttpProxy() throws RemoteException
 o setHttpProxy
 public abstract void setHttpProxy(HttpProxy x) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index