Indicates whether this channel has had errors.
Definition at line 135 of file Channel.h. References mNrError. Referenced by Impala::Util::ChannelProxy::ChannelIsValid(), Impala::Application::Util::DoPing(), Impala::Util::ChannelPool::Get(), Impala::Application::Client::mainClient(), and Impala::Application::FileClient::mainFileClient(). 00136 { 00137 return mNrError == 0; 00138 }
|