Uses of Class
org.jboss.cache.mvcc.ReadCommittedNode.Flags

Packages that use ReadCommittedNode.Flags
org.jboss.cache.mvcc   
 

Uses of ReadCommittedNode.Flags in org.jboss.cache.mvcc
 

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

Methods in org.jboss.cache.mvcc with parameters of type ReadCommittedNode.Flags
protected  boolean ReadCommittedNode.isFlagSet(ReadCommittedNode.Flags flag)
          Tests whether a flag is set.
protected  void ReadCommittedNode.setFlag(ReadCommittedNode.Flags flag)
          Unility method that sets the value of the given flag to true.
protected  void ReadCommittedNode.unsetFlag(ReadCommittedNode.Flags flag)
          Utility method that sets the value of the flag to false.
 



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