org.hudsonci.utils.marshal.xref
Class XReferenceConverter.SoftUnmarshalHolder

java.lang.Object
  extended by org.hudsonci.utils.marshal.xref.XReferenceConverter.HolderSupport
      extended by org.hudsonci.utils.marshal.xref.XReferenceConverter.SoftUnmarshalHolder
All Implemented Interfaces:
XReference.Holder
Enclosing class:
XReferenceConverter

protected class XReferenceConverter.SoftUnmarshalHolder
extends XReferenceConverter.HolderSupport

Unmarshalling holder with a soft reference.


Field Summary
protected  SoftReference instance
           
 
Fields inherited from class org.hudsonci.utils.marshal.xref.XReferenceConverter.HolderSupport
ref
 
Constructor Summary
protected XReferenceConverter.SoftUnmarshalHolder(XReference ref)
           
protected XReferenceConverter.SoftUnmarshalHolder(XReference ref, Object target)
           
 
Method Summary
 Object get()
           
 String toString()
           
 
Methods inherited from class org.hudsonci.utils.marshal.xref.XReferenceConverter.HolderSupport
doLoad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

protected SoftReference instance
Constructor Detail

XReferenceConverter.SoftUnmarshalHolder

protected XReferenceConverter.SoftUnmarshalHolder(XReference ref)

XReferenceConverter.SoftUnmarshalHolder

protected XReferenceConverter.SoftUnmarshalHolder(XReference ref,
                                                  Object target)
Method Detail

get

public Object get()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.