| CODENOTIFIER | HelpYou are not signed inSign in |
Project: PEtALS
Revision: 8976
Author: rnaudin
Date: 05 Sep 2008 07:55:21
Changes:Remove the registration of the PEtALS composite life-cycle controller
Files:| ... | ...@@ -98,14 +98,6 @@ | |
| 98 | 98 | |
| 99 | 99 | MBeanServer jmxServer = findLocalJMXServer(petalsComposite); |
| 100 | 100 | |
| 101 | // register the fractal lifecycle controller | |
| 102 | LifeCycleController lcc = Fractal.getLifeCycleController(petalsComposite); | |
| 103 | ||
| 104 | Introspector.CURRENCY_TIME_LIMIT = "-1"; | |
| 105 | ||
| 106 | jmxServer.registerMBean(Introspector.createMBean(lcc), new ObjectName("FC/Petals@" | |
| 107 | + lcc.hashCode() + ":itf=lifecycle-controller")); | |
| 108 | ||
| 109 | 101 | // register AdminService |
| 110 | 102 | registerComponent(contentController, FractalHelper.ADMIN_COMPONENT, jmxServer, |
| 111 | 103 | AdminServiceMBean.class, DOMAIN + ":name=" + ADMIN_MBEAN + ",type=service"); |