How to check AR connection is established?

I use the following method to remove the AR connection.

MyClass.remove_connection

However, I use connected? to check, it return true…

MyClass.connected?
=> true

Am I used the wrong method? Please advise

Thank you.
Valentino