backtype.storm.utils
Class ServiceRegistry

java.lang.Object
  extended by backtype.storm.utils.ServiceRegistry

public class ServiceRegistry
extends Object


Constructor Summary
ServiceRegistry()
           
 
Method Summary
static Object getService(String id)
           
static String registerService(Object service)
           
static void unregisterService(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRegistry

public ServiceRegistry()
Method Detail

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.