com.infoengine.object
Class ObjectServiceCache

java.lang.Object
  extended bycom.infoengine.object.ObjectServiceCache

public class ObjectServiceCache
extends Object


Field Summary
private  Map cache
           
private  Random random
           
 
Constructor Summary
ObjectServiceCache()
           
 
Method Summary
 void addAddress(ObjectDestination dest, String serviceName)
           
 ObjectDestination getAddress(String serviceName)
           
 Enumeration getAllAddresses(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

private Map cache

random

private Random random
Constructor Detail

ObjectServiceCache

public ObjectServiceCache()
Method Detail

getAddress

public ObjectDestination getAddress(String serviceName)

getAllAddresses

public Enumeration getAllAddresses(String serviceName)

addAddress

public void addAddress(ObjectDestination dest,
                       String serviceName)