dsto.dfc.util
Interface Singleton

All Known Implementing Classes:
EmptyCollection, EmptyIterator, EmptyMonitoredCollection

public interface Singleton

A marker interface to identify classes that have only one instance per VM. A class implementing this interface should also allow access to the its instance by providing at least one of:

Version:
$Revision$
Author:
Matthew
See Also:
Beans.getSingletonInstance(java.lang.Class)



Copyright © 2008 Commonwealth of Australia