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

Packages that use AbstractNode.NodeFlags
org.jboss.cache   
 

Uses of AbstractNode.NodeFlags in org.jboss.cache
 

Fields in org.jboss.cache with type parameters of type AbstractNode.NodeFlags
protected  EnumSet<AbstractNode.NodeFlags> AbstractNode.flags
          Flags placed on the node.
 

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  void AbstractNode.setFlag(AbstractNode.NodeFlags flag, boolean status)
          Utility method for setting or unsetting a flag.
 



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