org.jboss.cache.pojo.impl
Class InternalHelper

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

public class InternalHelper
extends java.lang.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(Fqn fqn)
          Test if this internal node.
 
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(Fqn fqn)
Test if this internal node.

Parameters:
fqn -