com.thaiopensource.util
Class Service<T>

java.lang.Object
  extended by com.thaiopensource.util.Service<T>

public final class Service<T>
extends Object


Method Summary
 Iterator<T> getProviders()
           
static void main(String[] args)
           
static
<T> Service<T>
newInstance(Class<T> cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static <T> Service<T> newInstance(Class<T> cls)

getProviders

public Iterator<T> getProviders()

main

public static void main(String[] args)
                 throws ClassNotFoundException
Throws:
ClassNotFoundException