org.livetribe.slp.spi.da
Class DirectoryAgentInfoCache

java.lang.Object
  extended by org.livetribe.slp.spi.da.DirectoryAgentInfoCache

public class DirectoryAgentInfoCache
extends Object

A thread-safe class that handles caching of DirectoryAgentInfo, and allows querying the content depending on parameters.

Version:
$Rev: 157 $ $Date: 2006-06-05 23:29:25 +0200 (Mon, 05 Jun 2006) $

Constructor Summary
DirectoryAgentInfoCache()
           
 
Method Summary
 boolean add(DirectoryAgentInfo info)
           
 void addAll(List infos)
           
 List getByScopes(Scopes scopes)
           
 boolean remove(DirectoryAgentInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryAgentInfoCache

public DirectoryAgentInfoCache()
Method Detail

add

public boolean add(DirectoryAgentInfo info)

getByScopes

public List getByScopes(Scopes scopes)

addAll

public void addAll(List infos)

remove

public boolean remove(DirectoryAgentInfo info)


Copyright © 2006-2012 LiveTribe. All Rights Reserved.