Module Object :: Class Manager
[show private | hide private]
[frames | no frames]

Class Manager


Method Summary
  __init__(self, id)
  applyChanges(self, managerId, data)
  createObject(self, instance, *args, **kwargs)
  deleteObject(self, obj)
  getChanges(self, everything)
  getObject(self, id)
  globalObjectId(self, objId)
  reset(self)
  setChanged(self, obj)
  setId(self, id)

Class Variable Summary
int MSG_CHANGE = 1                                                                     
int MSG_CREATE = 0                                                                     
int MSG_DELETE = 2                                                                     

Class Variable Details

MSG_CHANGE

Type:
int
Value:
1                                                                     

MSG_CREATE

Type:
int
Value:
0                                                                     

MSG_DELETE

Type:
int
Value:
2                                                                     

Generated by Epydoc 2.1 on Sat May 26 01:17:06 2007 http://epydoc.sf.net