Uses of Class
org.infinispan.container.entries.ReadCommittedEntry.Flags

Packages that use ReadCommittedEntry.Flags
org.infinispan.container.entries   
 

Uses of ReadCommittedEntry.Flags in org.infinispan.container.entries
 

Methods in org.infinispan.container.entries that return ReadCommittedEntry.Flags
static ReadCommittedEntry.Flags ReadCommittedEntry.Flags.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReadCommittedEntry.Flags[] ReadCommittedEntry.Flags.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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


Google Analytics

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