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

bool Impala::Job::Runner::Connect ( CString  serverName,
int  port,
CString  passwordFile 
) [inline]

Definition at line 62 of file Runner.h.

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

Referenced by Impala::Application::mainJobRunner().

00063     {
00064         mJobServerProxy = new Util::ChannelProxy(serverName, port, passwordFile);
00065         if (!mJobServerProxy->GetChannel())
00066         {
00067             ILOG_ERROR("Failed to connect to job server");
00068             Disconnect();
00069             return false;
00070         }
00071 
00072         return true;
00073     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:33:59 2010 for ImpalaSrc by  doxygen 1.5.1