org.jboss.cache.pojo.util
Class CacheApiUtil

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

public class CacheApiUtil
extends Object

Utility for the 2.0 Cache API

Version:
$Id: CacheApiUtil.java 7024 2008-10-28 23:30:07Z jason.greene@jboss.com $
Author:
Ben Wang

Constructor Summary
CacheApiUtil()
           
 
Method Summary
static Set<Node> getNodeChildren(Cache<Object,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 Set<Node> getNodeChildren(Cache<Object,Object> cache,
                                        Fqn fqn)


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.