org.jboss.cache.pojo.util
Class CacheApiUtil

java.lang.Object
  extended by org.jboss.cache.pojo.util.CacheApiUtil

public class CacheApiUtil
extends java.lang.Object

Utility for the 2.0 Cache API

Version:
$Id: CacheApiUtil.java,v 1.5 2007/06/28 00:56:07 jgreene Exp $
Author:
Ben Wang

Constructor Summary
CacheApiUtil()
           
 
Method Summary
static java.util.Set<Node> getNodeChildren(Cache<java.lang.Object,java.lang.Object> cache, Fqn fqn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheApiUtil

public CacheApiUtil()
Method Detail

getNodeChildren

public static java.util.Set<Node> getNodeChildren(Cache<java.lang.Object,java.lang.Object> cache,
                                                  Fqn fqn)