|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectow.dht.DHTFactory
uk.ac.ic.doc.automed.p2p.overlay.EnhancedDHTFactory
public class EnhancedDHTFactory
EnhancedDHTFactory.java
| Constructor Summary | |
|---|---|
EnhancedDHTFactory()
|
|
| Method Summary | |
|---|---|
static ow.dht.DHT |
getDHT(ow.dht.DHTConfiguration config)
Returns an instance of DHT. |
static ow.dht.DHT |
getDHT(ow.dht.DHTConfiguration config,
ow.id.ID selfID)
Returns an instance of DHT. |
static ow.dht.DHT |
getDHT(ow.dht.DHTConfiguration config,
ow.routing.RoutingService routingSvc)
Returns an instance of DHT. |
static ow.dht.DHT |
getDHT(short applicationID,
short applicationVersion,
ow.dht.DHTConfiguration config)
Returns an instance of DHT. |
static ow.dht.DHT |
getDHT(short applicationID,
short applicationVersion,
ow.dht.DHTConfiguration config,
ow.id.ID selfID)
Returns an instance of DHT. |
| Methods inherited from class ow.dht.DHTFactory |
|---|
getDefaultConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnhancedDHTFactory()
| Method Detail |
|---|
public static ow.dht.DHT getDHT(ow.dht.DHTConfiguration config)
throws java.lang.Exception
java.lang.Exception
public static ow.dht.DHT getDHT(ow.dht.DHTConfiguration config,
ow.id.ID selfID)
throws java.lang.Exception
java.lang.Exception
public static ow.dht.DHT getDHT(short applicationID,
short applicationVersion,
ow.dht.DHTConfiguration config)
throws java.lang.Exception
applicationID - ID of application embedded in a message signature to avoid cross-talk between different applications.
java.lang.Exception
public static ow.dht.DHT getDHT(short applicationID,
short applicationVersion,
ow.dht.DHTConfiguration config,
ow.id.ID selfID)
throws java.lang.Exception
applicationID - ID of application embedded in a message signature to avoid cross-talk between different applications.
java.lang.Exception
public static ow.dht.DHT getDHT(ow.dht.DHTConfiguration config,
ow.routing.RoutingService routingSvc)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||