Searched refs:getLastConnection (Results 1 – 1 of 1) sorted by relevance
96 Connection getLastConnection(); in getLastConnection() method215 return getLastConnection(s) != null; in waitUntilConnectionIsNonNull()228 return getLastConnection(s); in waitUntilConnectionIsNonNull()236 private static Connection getLastConnection(ConnectionServiceImpl s) { in getLastConnection() method in WaitUntil237 return s.getLastConnection(); in getLastConnection()