sunw.demo.quote
Interface QuoteServer

All Known Implementing Classes:
QuoteServerImpl

public interface QuoteServer
extends java.rmi.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 Summary
 void addQuoteListener(QuoteListener x)
           
 HttpProxy getHttpProxy()
           
 void removeQuoteListener(QuoteListener x)
           
 void setHttpProxy(HttpProxy x)
           
 

Method Detail

addQuoteListener

public void addQuoteListener(QuoteListener x)
                      throws java.rmi.RemoteException

removeQuoteListener

public void removeQuoteListener(QuoteListener x)
                         throws java.rmi.RemoteException

getHttpProxy

public HttpProxy getHttpProxy()
                       throws java.rmi.RemoteException

setHttpProxy

public void setHttpProxy(HttpProxy x)
                  throws java.rmi.RemoteException