Uses of Class
org.jboss.cache.AbstractNode.NodeFlags

Packages that use AbstractNode.NodeFlags
org.jboss.cache   
 

Uses of AbstractNode.NodeFlags in org.jboss.cache
 

Methods in org.jboss.cache that return AbstractNode.NodeFlags
static AbstractNode.NodeFlags AbstractNode.NodeFlags.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractNode.NodeFlags[] AbstractNode.NodeFlags.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.cache with parameters of type AbstractNode.NodeFlags
protected  boolean AbstractNode.isFlagSet(AbstractNode.NodeFlags flag)
          Tests whether a flag is set.
protected  void AbstractNode.setFlag(AbstractNode.NodeFlags flag)
          Unility method that sets the value of the given flag to true.
protected  void AbstractNode.setFlag(AbstractNode.NodeFlags flag, boolean value)
          Utility method for setting or unsetting a flag.
protected  void AbstractNode.unsetFlag(AbstractNode.NodeFlags flag)
          Utility method that sets the value of the flag to false.
 



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