backtype.storm.utils
Class ServiceRegistry
java.lang.Object
backtype.storm.utils.ServiceRegistry
public class ServiceRegistry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceRegistry
public ServiceRegistry()
registerService
public static String registerService(Object service)
getService
public static Object getService(String id)
unregisterService
public static void unregisterService(String id)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.