108109110111112113114115
//-------------------------------------------------------------------------------- protected void checkExistingConnection() { if( dataManager.connectedToDifferentHost( this ) ) { ( new MDisconnectAction() ).execute(); } }