net.jxta.search.jxtastarter
Class JxtaStarter

java.lang.Object
  |
  +--net.jxta.search.jxtastarter.JxtaStarter

public class JxtaStarter
extends java.lang.Object

This class starts the JXTA platform outside of a servlet engine, which is necessary because a servlet engine can use a different class-loader for each servlet context, and so servlets from different contexts will not be able to see the same JXTA platform.


Constructor Summary
JxtaStarter()
           
 
Method Summary
static net.jxta.peergroup.PeerGroup getMyPeerGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JxtaStarter

public JxtaStarter()
Method Detail

getMyPeerGroup

public static net.jxta.peergroup.PeerGroup getMyPeerGroup()