com.thaiopensource.util
Class Service.Singleton
java.lang.Object
com.thaiopensource.util.Service.Singleton
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- Service
private static class Service.Singleton
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
obj
private Object obj
Service.Singleton
private Service.Singleton(Object obj)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration