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

bool Impala::Core::VideoJob::ServerProxy::Connect ( CString  serverAddress,
int  port,
CString  passwordFile,
int  timeOutSec = -1 
) [inline, private]

Definition at line 203 of file ServerProxy.h.

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

Referenced by Init().

00205     {
00206         mChannelProxy = new Util::ChannelProxy(serverAddress, port,
00207                                                passwordFile);
00208         if (!mChannelProxy->GetChannel())
00209         {
00210             ILOG_ERROR("Failed to connect to job server");
00211             Disconnect();
00212             return false;
00213         }
00214 
00215         return true;
00216     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:28:04 2010 for ImpalaSrc by  doxygen 1.5.1