${header}

meteor
Class Loader

java.lang.Object
  extended bymeteor.Loader

public class Loader
extends java.lang.Object

The main loader for the Meteor DHT framework. The loader creates the peergroup with all services and applications and starts the platform. Current services loaded are the 1) DHT Service 2) Squid Service 3) Associative Rendezvous Messaging Service

Author:
: Vincent Matossian December 2003

Field Summary
static boolean NOGRAPHICS
           
 
Constructor Summary
Loader()
           
 
Method Summary
static void createLogger()
           
 void createPeerGroup()
          Create the PeerGroup Advertisement and start the Applications
 void initializeJXTA()
          Initialize the JXTA platform using Graphics or, if in no Graphics mode (set in build.xml file) then Configure the Platform automatically using the ConfigurePlatform utility
static void main(java.lang.String[] args)
          Starts the whole framework
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOGRAPHICS

public static boolean NOGRAPHICS
Constructor Detail

Loader

public Loader()
Method Detail

createLogger

public static void createLogger()

createPeerGroup

public void createPeerGroup()
Create the PeerGroup Advertisement and start the Applications


initializeJXTA

public void initializeJXTA()
                    throws net.jxta.exception.PeerGroupException
Initialize the JXTA platform using Graphics or, if in no Graphics mode (set in build.xml file) then Configure the Platform automatically using the ConfigurePlatform utility

Throws:
net.jxta.exception.PeerGroupException

main

public static void main(java.lang.String[] args)
Starts the whole framework


${header}