}
public void exposeMBeans() throws Exception {
Component agentC = FractalHelper.getSubComponent(
speedo, AbstractSpeedo.JMX_AGENT_PATH + ".agent", logger);
AdminAttributes aa = (AdminAttributes)
Fractal.getAttributeController(agentC);
aa.setItfPatterns(EXPOSED_ITFS);
((Admin) agentC.getFcInterface("admin")).expose();
}