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

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

Definition at line 117 of file Client.h.

References Connect(), ILOG_ERROR, mChannelProxy, mPasswordFile, mPort, and mServerAddress.

Referenced by Client().

00118     {
00119         mServerAddress = serverAddress;
00120         mPort = port;
00121         mPasswordFile = passwordFile;
00122 
00123         mChannelProxy = 0;
00124 
00125         if (! Connect(mServerAddress, mPort, mPasswordFile))
00126         {
00127             ILOG_ERROR("Cannot connect to IDash server at " << mServerAddress
00128                        << ':' << mPort);
00129         }
00130     }

Here is the call graph for this function:


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