net.sf.ashkay
Interface LazyObjectFactory

All Superinterfaces:
ObjectFactory

public interface LazyObjectFactory
extends ObjectFactory

LazyObjectFactory is a factory tailored to use in a lazy instantiation model. While not using the LazyObjectFactory interface for a specific class' factory does not prohibit using lazy instantiation, the lazy object factory provides a clean interface to allow the object to return to his factory to get fully constructed

Author:
Dave Brown

Method Summary
 void constructObject(java.lang.Object objectToContruct)
           
 
Methods inherited from interface net.sf.ashkay.ObjectFactory
createObjectFor
 

Method Detail

constructObject

public void constructObject(java.lang.Object objectToContruct)


Copyright © 2004 . All Rights Reserved.