net.jxta.search.examples.jxtaprovider
Class StockQuoteServerApp

java.lang.Object
  |
  +--net.jxta.search.examples.jxtaprovider.StockQuoteServerApp
All Implemented Interfaces:
net.jxta.platform.Application

public class StockQuoteServerApp
extends java.lang.Object
implements net.jxta.platform.Application


Constructor Summary
StockQuoteServerApp()
           
 
Method Summary
 void init(net.jxta.peergroup.PeerGroup peerGroup, net.jxta.document.Advertisement adv)
           
 int startApp(java.lang.String[] args)
           
 void stopApp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StockQuoteServerApp

public StockQuoteServerApp()
Method Detail

init

public void init(net.jxta.peergroup.PeerGroup peerGroup,
                 net.jxta.document.Advertisement adv)
          throws net.jxta.exception.PeerGroupException
Specified by:
init in interface net.jxta.platform.Application

startApp

public int startApp(java.lang.String[] args)
Specified by:
startApp in interface net.jxta.platform.Application

stopApp

public void stopApp()
Specified by:
stopApp in interface net.jxta.platform.Application