• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/tdeio
 

tdeio/tdeio

  • TDEIO
  • SlaveConfig
Signals | Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
TDEIO::SlaveConfig Class Reference

#include <slaveconfig.h>

Inherits TQObject.

Signals

void configNeeded (const TQString &protocol, const TQString &host)
 

Public Member Functions

void setConfigData (const TQString &protocol, const TQString &host, const TQString &key, const TQString &value)
 
void setConfigData (const TQString &protocol, const TQString &host, const MetaData &config)
 
MetaData configData (const TQString &protocol, const TQString &host)
 
TQString configData (const TQString &protocol, const TQString &host, const TQString &key)
 
void reset ()
 

Static Public Member Functions

static SlaveConfig * self ()
 

Protected Attributes

SlaveConfigPrivate * d
 

Static Protected Attributes

static SlaveConfig * _self = 0
 

Detailed Description

SlaveConfig.

This class manages the configuration for io-slaves based on protocol and host. The Scheduler makes use of this class to configure the slave whenever it has to connect to a new host.

You only need to use this class if you want to override specific configuration items of an io-slave when the io-slave is used by your application.

Normally io-slaves are being configured by "tdeio_<protocol>rc" configuration files. Groups defined in such files are treated as host or domain specification. Configuration items defined in a group are only applied when the slave is connecting with a host that matches with the host and/or domain specified by the group.

Definition at line 46 of file slaveconfig.h.

Member Function Documentation

MetaData TDEIO::SlaveConfig::configData ( const TQString &  protocol,
const TQString &  host 
)

Query slave configuration for slaves of type protocol when dealing with host.

Definition at line 192 of file slaveconfig.cpp.

TQString TDEIO::SlaveConfig::configData ( const TQString &  protocol,
const TQString &  host,
const TQString &  key 
)

Query a specific configuration key for slaves of type protocol when dealing with host.

Definition at line 211 of file slaveconfig.cpp.

void TDEIO::SlaveConfig::configNeeded ( const TQString &  protocol,
const TQString &  host 
)
signal

This signal is raised when a slave of type protocol deals with host for the first time.

Your application can use this signal to make some last minute configuration changes with setConfigData based on the host.

void TDEIO::SlaveConfig::reset ( )

Undo any changes made by calls to setConfigData.

Definition at line 216 of file slaveconfig.cpp.

void TDEIO::SlaveConfig::setConfigData ( const TQString &  protocol,
const TQString &  host,
const TQString &  key,
const TQString &  value 
)

Configure slaves of type protocol by setting key to value.

If host is specified the configuration only applies when dealing with host.

Changes made to the slave configuration only apply to slaves used by the current process.

Definition at line 158 of file slaveconfig.cpp.

void TDEIO::SlaveConfig::setConfigData ( const TQString &  protocol,
const TQString &  host,
const MetaData &  config 
)

Configure slaves of type protocol with config.

If host is specified the configuration only applies when dealing with host.

Changes made to the slave configuration only apply to slaves used by the current process.

Definition at line 168 of file slaveconfig.cpp.


The documentation for this class was generated from the following files:
  • slaveconfig.h
  • slaveconfig.cpp

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.8.8
This website is maintained by Timothy Pearson.