startRecursiveGBean(null, type);
}
public void startRecursiveGBean(String shortName, Class type) throws GBeanNotFoundException, InternalKernelException, IllegalStateException {
GBeanInstance gbeanInstance = registry.getGBeanInstance(shortName, type);
gbeanInstance.startRecursive();
}
public boolean isRunning(AbstractName name) {
try {
GBeanInstance gbeanInstance = registry.getGBeanInstance(name);