Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Core::IDash::Client::Connect ( CString  serverAddress,
int  port,
CString  passwordFile 
) [inline, private]

Definition at line 133 of file Client.h.

References Disconnect(), Impala::Util::ChannelProxy::GetChannel(), ILOG_ERROR, ILOG_INFO, and mChannelProxy.

Referenced by Init().

00134     {
00135         ILOG_INFO("");
00136         ILOG_INFO("");
00137         ILOG_INFO("");
00138         ILOG_INFO("Connecting");
00139         mChannelProxy = new Util::ChannelProxy(serverAddress, port,
00140                                                passwordFile);
00141         if (!mChannelProxy->GetChannel())
00142         {
00143             ILOG_ERROR("Failed to connect to idash server");
00144             Disconnect();
00145             return false;
00146         }
00147 
00148         return true;
00149     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:49 2011 for ImpalaSrc by  doxygen 1.5.1