Package elisa :: Package plugins :: Package bad :: Package osso :: Module osso_service :: Class OssoDbusService
[hide private]
[frames] | no frames]

Class OssoDbusService

source code


Nested Classes [hide private]

Inherited from dbus.service.Interface: __metaclass__

Instance Methods [hide private]
 
__init__(self)
Constructor.
source code
 
top_application(self) source code

Inherited from dbus.service.Object: Introspect, __repr__, __str__, add_to_connection, remove_from_connection

Inherited from dbus.service.Object (private): _message_cb, _unregister_cb

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]

Inherited from dbus.service.Object: SUPPORTS_MULTIPLE_CONNECTIONS, SUPPORTS_MULTIPLE_OBJECT_PATHS

Inherited from dbus.service.Interface (private): _dbus_class_table

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from dbus.service.Object (private): _connection, _fallback, _locations, _locations_lock, _object_path

Properties [hide private]

Inherited from dbus.service.Object: __dbus_object_path__, connection, locations

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Constructor. Either conn or bus_name is required; object_path is also required.
Overrides: dbus.service.Object.__init__
(inherited documentation)

top_application(self)

source code 
Decorators:
  • @dbus.service.method(dbus_interface= 'com.fluendo.elisa', in_signature= '', out_signature= '')