Uses of Interface org.dom4j.util.SingletonStrategy (dom4j 1.6.1 API)

dom4j API


Uses of Interface
org.dom4j.util.SingletonStrategy

Packages that use SingletonStrategy
org.dom4j.util A collection of utility classes for the dom4j API. 
 

Uses of SingletonStrategy in org.dom4j.util
 

Classes in org.dom4j.util that implement SingletonStrategy
 class PerThreadSingleton
           PerThreadSingleton is an implementation of the SingletonStrategy used to provide common factory access to a single object instance based on an implementation strategy for one object instance per thread.
 class SimpleSingleton
           SimpleSingleton is an implementation of the SingletonStrategy interface used to provide common factory access for the same object instance.
 



Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.