Class implementing the configuration options for ARC Job Tool.
The class combines the configuration for ARC and ARC Job Tool into a
single configuration file arcjobtool.conf.
|
|
|
addDefaultService(self,
serviceName)
Adds a default service to the list of services. |
source code
|
|
|
clearDefaultServices(self)
Clears all services in the default services lists. |
source code
|
|
|
addRejectedService(self,
serviceName)
Adds a service to the rejected list. |
source code
|
|
|
clearRejectedServices(self)
Clears all services in the rejected list. |
source code
|
|
|
write(self)
Write the configuration to file. |
source code
|
|
|
__initDefaultProperties(self)
Initialises default properties for the configuration. |
source code
|
|
|
disableRejected(self)
Disables the rejected list |
source code
|
|
|
enableRejected(self)
Enables the rejected list. |
source code
|
|
|
|
|
create(self)
Create a default configuration file. |
source code
|
|
|
updateServices(self)
Update the ARC configuration with the maintained lists in this class. |
source code
|
|
|
|
|
setFilename(self,
filename)
Sets the filename to use for the configuration file (property set) |
source code
|
|
|
getFilename(self)
Returns the configuration filename (property get) |
source code
|
|
|
getBrokerName(self)
Returns the current brokername (property get) |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|