org.neo.swarm.config
Class SimpleConfig
java.lang.Object
org.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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleConfig
public SimpleConfig(java.lang.String uri,
java.net.InetAddress myAddress,
int myPort,
java.net.InetAddress otherAddress,
int otherPort,
boolean enableLogging)
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.