dermi.core.pastry
Class ScribeClient

java.lang.Object
  extended by dermi.core.pastry.ScribeClient
All Implemented Interfaces:
Client, rice.p2p.scribe.ScribeClient
Direct Known Subclasses:
NotificationParser

public abstract class ScribeClient
extends java.lang.Object
implements Client, rice.p2p.scribe.ScribeClient

Scribe specific Client implementation

Version:
1.2
Author:
Carles Pairot

Constructor Summary
ScribeClient()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface rice.p2p.scribe.ScribeClient
anycast, childAdded, childRemoved, deliver, subscribeFailed
 

Constructor Detail

ScribeClient

public ScribeClient()