Package org.apache.qpid.server.jmx

Examples of org.apache.qpid.server.jmx.ManagedObjectRegistry


        _virtualHostNode = mock(BDBHAVirtualHostNode.class);
        when(_virtualHostNode.getName()).thenReturn(TEST_NODE_NAME);
        when(_virtualHostNode.getGroupName()).thenReturn(TEST_GROUP_NAME);
        when(_virtualHostNode.getAddress()).thenReturn(TEST_NODE_HOST_PORT);

        ManagedObjectRegistry registry = mock(ManagedObjectRegistry.class);
        _mBean = new BDBHAMessageStoreManagerMBean(_virtualHostNode, registry);
    }
View Full Code Here


        _virtualHostNode = mock(BDBHAVirtualHostNode.class);
        when(_virtualHostNode.getName()).thenReturn(TEST_NODE_NAME);
        when(_virtualHostNode.getGroupName()).thenReturn(TEST_GROUP_NAME);
        when(_virtualHostNode.getAddress()).thenReturn(TEST_NODE_HOST_PORT);

        ManagedObjectRegistry registry = mock(ManagedObjectRegistry.class);
        _mBean = new BDBHAMessageStoreManagerMBean(_virtualHostNode, registry);
    }
View Full Code Here

TOP

Related Classes of org.apache.qpid.server.jmx.ManagedObjectRegistry

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.