net.jxta.search.peer
Class JxtaResolverClientApp

java.lang.Object
  |
  +--net.jxta.search.peer.JxtaResolverClientApp
All Implemented Interfaces:
net.jxta.platform.Application

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


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

Constructor Detail

JxtaResolverClientApp

public JxtaResolverClientApp()
Method Detail

init

public void init(net.jxta.peergroup.PeerGroup pg,
                 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[] argv)
Specified by:
startApp in interface net.jxta.platform.Application
Parameters:
argv0 - query-space
argv1 - max number of providers to match
argv2 - query in the format of <query> ... </query>

stopApp

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