Uses of Interface
org.apache.jackrabbit.rmi.value.StatefulValue

Packages that use StatefulValue
org.apache.jackrabbit.rmi.value   
 

Uses of StatefulValue in org.apache.jackrabbit.rmi.value
 

Classes in org.apache.jackrabbit.rmi.value that implement StatefulValue
 class BaseNonStreamValue
          The BaseNonStreamValue class implements the basic committed value state for non-stream values as a part of the State design pattern (Gof) used by this package.
 class BinaryValue
          The BinaryValue class implements the committed value state for Binary values as a part of the State design pattern (Gof) used by this package.
 class BooleanValue
          The BooleanValue class implements the committed value state for Boolean values as a part of the State design pattern (Gof) used by this package.
 class DateValue
          The DateValue class implements the committed value state for Date values as a part of the State design pattern (Gof) used by this package.
 class DoubleValue
          The DoubleValue class implements the committed value state for Double values as a part of the State design pattern (Gof) used by this package.
 class LongValue
          The LongValue class implements the committed value state for Long values as a part of the State design pattern (Gof) used by this package.
 class NameValue
          The NameValue class implements the committed value state for Name values as a part of the State design pattern (Gof) used by this package.
 class PathValue
          The PathValue class implements the committed value state for Path values as a part of the State design pattern (Gof) used by this package.
 class ReferenceValue
          The ReferenceValue class implements the committed value state for Reference values as a part of the State design pattern (Gof) used by this package.
 class StringValue
          The StringValue class implements the committed value state for String values as a part of the State design pattern (Gof) used by this package.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.