org.sblim.slp.internal.ua

Class DACache

public class DACache extends Object

DACache caches the discovered DA list in order to eliminate frequent DA discovery network traffic.
Method Summary
static ListgetDAList(List pScopes)
static ListgetDiscoverableScopeList(List pScopes)
static voidsetDAList(List pScopes, List pDADescriptors)

Method Detail

getDAList

public static List getDAList(List pScopes)

Parameters: pScopes

Returns: List of DA URLs

getDiscoverableScopeList

public static List getDiscoverableScopeList(List pScopes)

Parameters: pScopes

Returns: List of discoverable scope strings

setDAList

public static void setDAList(List pScopes, List pDADescriptors)

Parameters: pScopes - list of discovered hosts pDADescriptors - DADescriptors of the discovered DAs

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.