org.neo.swarm.config
Class SimpleConfig

java.lang.Object
  extended byorg.neo.swarm.config.SimpleConfig
All Implemented Interfaces:
Config

public class SimpleConfig
extends java.lang.Object
implements Config

Provides simple setup of the SwarmContainer.

Author:
navery

Constructor Summary
SimpleConfig(java.lang.String uri, java.net.InetAddress myAddress, int myPort, java.net.InetAddress otherAddress, int otherPort, boolean enableLogging)
           
 
Method Summary
 SwarmContainer setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConfig

public SimpleConfig(java.lang.String uri,
                    java.net.InetAddress myAddress,
                    int myPort,
                    java.net.InetAddress otherAddress,
                    int otherPort,
                    boolean enableLogging)
Method Detail

setup

public SwarmContainer setup()
                     throws java.lang.Exception
Specified by:
setup in interface Config
Throws:
java.lang.Exception


Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.