/** * Copyright (C) 2012 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.engine.calcnode.jmx; /** * JMX exposure of a {@link SimpleCalculationNodeInvocationContainer}. */ public interface SimpleCalculationNodeInvocationContainerMBean extends CalculationNodesMBean { }