public class EmbeddedFabricService
extends java.lang.Object
| Constructor and Description |
|---|
EmbeddedFabricService() |
| Modifier and Type | Method and Description |
|---|---|
void |
createZooKeeperCluster() |
void |
dumpBundles() |
void |
dumpServiceReferences() |
org.osgi.service.cm.ConfigurationAdmin |
getConfigAdmin() |
FabricService |
getFabricService() |
de.kalpatec.pojosr.framework.launch.PojoServiceRegistry |
getRegistry() |
static <T> T |
getService(java.lang.Class<T> type,
de.kalpatec.pojosr.framework.launch.PojoServiceRegistry registry) |
static <T> T |
getService(java.lang.Class<T> type,
java.lang.String filter,
de.kalpatec.pojosr.framework.launch.PojoServiceRegistry registry) |
IZKClient |
getZooKeeperClient() |
ZooKeeperClusterService |
getZooKeeperClusterService() |
void |
start() |
void |
stop() |
public void start()
throws java.lang.Exception
java.lang.Exceptionpublic void dumpBundles()
public void dumpServiceReferences()
throws java.lang.Exception
java.lang.Exceptionpublic void stop()
public de.kalpatec.pojosr.framework.launch.PojoServiceRegistry getRegistry()
public static <T> T getService(java.lang.Class<T> type,
java.lang.String filter,
de.kalpatec.pojosr.framework.launch.PojoServiceRegistry registry)
public static <T> T getService(java.lang.Class<T> type,
de.kalpatec.pojosr.framework.launch.PojoServiceRegistry registry)
public org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
public ZooKeeperClusterService getZooKeeperClusterService() throws java.lang.Exception
java.lang.Exceptionpublic void createZooKeeperCluster()
throws java.lang.Exception
java.lang.Exceptionpublic FabricService getFabricService() throws java.lang.Exception
java.lang.Exceptionpublic IZKClient getZooKeeperClient() throws java.lang.Exception
java.lang.ExceptionCopyright © 2014 Red Hat. All Rights Reserved.