org.jboss.cache.pojo.impl
Class InternalHelper

java.lang.Object
  extended by org.jboss.cache.pojo.impl.InternalHelper

public class InternalHelper
extends Object

Internal helper class to handle internal cache sotre, that is, the portion that is not part of user's data.

Author:
Ben Wang

Method Summary
static boolean isInternalNode(org.jboss.cache.Fqn fqn)
          Test if this internal node.
 boolean lockPojo(org.jboss.cache.Fqn id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isInternalNode

public static boolean isInternalNode(org.jboss.cache.Fqn fqn)
Test if this internal node.

Parameters:
fqn -

lockPojo

public boolean lockPojo(org.jboss.cache.Fqn id)
                 throws org.jboss.cache.CacheException
Throws:
org.jboss.cache.CacheException


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