Package Modeling :: Module ObjectStoreCoordinator
[show private | hide private]
[frames | no frames]

Module Modeling.ObjectStoreCoordinator

ObjectStoreCoordinator

  __TBD


    Notifications

      The following notifications are defined and posted:
      
        - 'CooperatingObjectStoreWasAddedNotification'
          object: the 'ObjectStoreCoordinator' instance
  
        - 'CooperatingObjectStoreWasRemovedNotification'
          object: the removed 'ObjectStoreCoordinator' instance
  
        - 'CooperatingObjectStoreNeededNotification'
          object: the ObjectStoreCoordinator posting the request
          userInfo: either a GlobalID, an object ('DatabaseObject') or
                    a FetchSpecification. This object, passed along with the
                    notification, is assumed to be able to respond to the
                    message 'entityName()'
      
  CVS information

    $Id: ObjectStoreCoordinator.py,v 1.15 2006/02/25 13:08:08 sbigaret Exp $

Classes
ObjectStoreCoordinator ObjectStoreCoordinator API

Function Summary
  defaultCoordinator()
Returns the default coordinator used in the application.
  setDefaultCoordinator(aCoordinator)
Sets the default coordinator

Function Details

defaultCoordinator()

Returns the default coordinator used in the application. If the coordinator has not been set before this function is called, a default one is created and returned

setDefaultCoordinator(aCoordinator)

Sets the default coordinator

Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 http://epydoc.sf.net