All Known Implementing Classes:
PerThreadSingleton, SimpleSingleton
SingletonStrategy is an interface used to provide common
factory access for the same object based on an implementation strategy for
singleton. Right now there are two that accompany this interface:
SimpleSingleton and PerThreadSingleton. This will replace previous usage of
ThreadLocal to allow for alternate strategies.
< - a href="mailto:ddlucas@users.sourceforge.net">David Lucas $ - Revision: 1.2 $| Method from org.dom4j.util.SingletonStrategy Summary: |
|---|
| instance, reset, setSingletonClassName |
| Method from org.dom4j.util.SingletonStrategy Detail: |
|---|
|
|
|