Uses of Interface
org.hudsonci.utils.marshal.xref.XReference.Holder

Packages that use XReference.Holder
org.hudsonci.utils.marshal.xref   
 

Uses of XReference.Holder in org.hudsonci.utils.marshal.xref
 

Classes in org.hudsonci.utils.marshal.xref that implement XReference.Holder
static class XReference.InstanceHolder<T>
          Holds on to a specific instance.
protected  class XReferenceConverter.HolderSupport
          Support for XReference.Holder implementations.
protected  class XReferenceConverter.SoftUnmarshalHolder
          Unmarshalling holder with a soft reference.
protected  class XReferenceConverter.UnmarshalHolder
          Unmarshalling holder with a hard reference.
 

Fields in org.hudsonci.utils.marshal.xref declared as XReference.Holder
protected  XReference.Holder<T> XReference.holder
           
 

Methods in org.hudsonci.utils.marshal.xref that return XReference.Holder
protected  XReference.Holder XReferenceConverter.createStoredHolder(XReference ref, Object target)
          Create the holder to be used after the reference has been stored.
protected  XReference.Holder XReferenceConverter.createUnmarshalHolder(XReference ref)
          Create the holder to be used after the reference has been unmarshalled.
 



Copyright © 2004-2011 Hudson. All Rights Reserved.