Package org.apache.qpid.server.jmx

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


        assertChannelRow(row, channelId, unacknowledgedMessages, transactional, blocked);
    }

    public void testParentObjectIsVirtualHost()
    {
        ManagedObject parent = _connectionMBean.getParentObject();
        assertEquals(_mockVirtualHostMBean, parent);
    }
View Full Code Here


        assertChannelRow(row, channelId, unacknowledgedMessages, transactional, blocked);
    }

    public void testParentObjectIsVirtualHost()
    {
        ManagedObject parent = _connectionMBean.getParentObject();
        assertEquals(_mockVirtualHostMBean, parent);
    }
View Full Code Here

TOP

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

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.