Package no.kommune.bergen.soa.svarut.util

Examples of no.kommune.bergen.soa.svarut.util.JmxMonitorProxy


  private ServiceDelegate serviceDelegateMock;

  @Before
  public void init() {
    serviceDelegateMock = EasyMock.createNiceMock( ServiceDelegate.class );
    jmxMonitorProxy = new JmxMonitorProxy( serviceDelegateMock );
  }
View Full Code Here

TOP

Related Classes of no.kommune.bergen.soa.svarut.util.JmxMonitorProxy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.