ModeShape Distribution 3.0.0.Beta2

Uses of Package
org.modeshape.jcr.value.binary

Packages that use org.modeshape.jcr.value.binary
org.modeshape.jcr   
org.modeshape.jcr.value Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.jcr.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
org.modeshape.jcr.value.binary   
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr
AbstractBinaryStore
          An abstract class for a BinaryStore, with common functionality needed by implementation classes.
BinaryStore
          The basic interface for a store for Binary value objects.
InMemoryBinaryValue
          An implementation of BinaryValue that keeps the binary data in-memory.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.value
BinaryStoreException
          An exception in a BinaryStore.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.value.basic
BinaryStore
          The basic interface for a store for Binary value objects.
 

Classes in org.modeshape.jcr.value.binary used by org.modeshape.jcr.value.binary
AbstractBinary
          An abstract implementation of BinaryValue that provides some common capabilities for other implementations.
AbstractBinaryStore
          An abstract class for a BinaryStore, with common functionality needed by implementation classes.
BinaryStore
          The basic interface for a store for Binary value objects.
BinaryStoreException
          An exception in a BinaryStore.
BinaryStoreValueFactory
          An abstract BinaryFactory implementation that contains many general methods that are likely to be appropriate for many concrete implementations.
Database
          Helper class for manipulation with database.
FileLocks
          A utility class that represents read and write lock for files, which internally uses FileLock to coordinate file locks with other processes.
FileLocks.LockHolder
           
FileLocks.WrappedLock
           
FileSystemBinaryStore
          A BinaryStore that stores files in a directory on the file system.
NamedLocks
          A utility class that represents a set of named locks, allowing callers to atomically obtain a lock with a given name.
NamedLocks.NamedLock
           
TransientBinaryStore
          A BinaryStore implementation that does not persist the binary values beyond the lifetime of the virtual machine.
 


ModeShape Distribution 3.0.0.Beta2

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