Home | History | Annotate | Download | only in cts

Lines Matching defs:connection

122         SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
123 assertNotNull(connection);
131 connection.disconnectAndDestroy();
146 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
147 assertNotNull(connection);
155 connection.disconnectAndDestroy();
169 SelfManagedConnection connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
170 assertNotNull(connection);
184 // Set active from the connection side.
185 connection.setActive();
190 assertTrue(connection.waitOnHold());
192 // Set held from the connection side.
193 connection.setOnHold();
197 connection.disconnectAndDestroy();