Package twisted :: Package test :: Module test_journal :: Class Service
[show private | hide private]
[frames | no frames]

Class Service


Method Summary
  __init__(self, logpath, journalpath)
  add(obj, journal, *args, **kwargs)
  addtime(self, journal)
Set a key 'time' with the current time.
  delete(obj, journal, *args, **kwargs)
  get(self, key)
Return value of an entry.
  loadObject(self, type, id)
  makeCounter(obj, journal, *args, **kwargs)
  _add(self, key, value)
Add a new entry.
  _delete(self, key)
Delete an entry.
  _gotData(self, result)
  _makeCounter(self, id)

Method Details

addtime(self, journal)

Set a key 'time' with the current time.

get(self, key)

Return value of an entry.

_add(self, key, value)

Add a new entry.

_delete(self, key)

Delete an entry.

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:00 2003 http://epydoc.sf.net