org.mars_sim.msp.service.util
Class ServiceRegistry

java.lang.Object
  extended by org.mars_sim.msp.service.util.ServiceRegistry

public class ServiceRegistry
extends Object

DOCME: documentation is missing

Version:
$Revision: 14 $ $Date: 2007-03-29 19:20:40 +0000 (Do, 29 Mrz 2007) $
Author:
Christian Domsch

Method Summary
static void construct()
           
static
<T> T
getService(Class<T> serviceInterface)
           
static
<T> T
getService(String serviceId, Class<T> serviceInterface)
           
static void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

construct

public static void construct()

getService

public static <T> T getService(Class<T> serviceInterface)

getService

public static <T> T getService(String serviceId,
                               Class<T> serviceInterface)

shutdown

public static void shutdown()


Copyright © 2009-2013. All Rights Reserved.