Package org.apache.storm.utils
Class ServiceRegistry
- java.lang.Object
-
- org.apache.storm.utils.ServiceRegistry
-
public class ServiceRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
getService(String id)
static String
registerService(Object service)
static void
unregisterService(String id)
-