cgl.narada.discovery.broker.bdn
Class BrokerTableManager
java.lang.Object
cgl.narada.discovery.broker.bdn.BrokerTableManager
public class BrokerTableManager
- extends Object
The table is implemented as an in-memory Hashtable. This is good for normal
purposes. However in future, this interface can be used to provide a file or
DB based Entry table
Created on Mar 29, 2005
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerTableManager
public BrokerTableManager()
put
public static void put(String uuid,
BrokerTableEntry o)
get
public static BrokerTableEntry get(String uuid)
clear
public static void clear()
removeEntry
public static void removeEntry(String brokerUUID)
list
public static String[] list()
For comments and suggestions please send
e-mail to
The NaradaBrokering Project