Inheritance diagram for edg::workload::common::ldif2classad::FileStreamConnection:
Public Methods | |
FileStreamConnection (const std::string &) | |
Constructor. | |
virtual | ~FileStreamConnection () |
Distructor. | |
bool | open () |
Opens the source data file and creates a memory representation of its data. More... | |
bool | close () |
Closes the source data file. More... | |
generic_search_result_t * | execute (LDAPQuery *q) |
Performs search operations using ldap_search_st() allowing a timeout to be specified. More... | |
bool | is_established () const |
Conenction test wheter established or not. More... |
This class implements all virtual superclass methods in order to provide a fake concrete connection to a file containing published datas.
|
Closes the source data file. This function overrides virtual LDAP Connection one.
Implements edg::workload::common::ldif2classad::LDAPConnection. |
|
Performs search operations using ldap_search_st() allowing a timeout to be specified.
Implements edg::workload::common::ldif2classad::LDAPConnection. |
|
Conenction test wheter established or not.
Implements edg::workload::common::ldif2classad::LDAPConnection. |
|
Opens the source data file and creates a memory representation of its data. This function overrides virtual LDAP Connection one.
Implements edg::workload::common::ldif2classad::LDAPConnection. |