DistributedObject

Inheritance:

Methods of DistributedObject:

__init__
def __init__(self, cr)

Undocumented function.

_deactivateDO
def _deactivateDO(self)

Undocumented function.

_destroyDO
def _destroyDO(self)

Undocumented function.

_retrieveCachedData
def _retrieveCachedData(self)

Undocumented function.

acquireDelayDelete
def acquireDelayDelete(self, name)

Undocumented function.

addInterest
def addInterest(self, zoneId, note="", event=None)

Undocumented function.

announceGenerate
def announceGenerate(self)

Sends a message to the world after the object has been generated and all of its required fields filled in.

b_setLocation
def b_setLocation(self, parentId, zoneId)

Undocumented function.

d_setLocation
def d_setLocation(self, parentId, zoneId)

Undocumented function.

delayDelete
def delayDelete(self)

Inheritors should redefine this to take appropriate action on delayDelete

delete
def delete(self)

Inheritors should redefine this to take appropriate action on delete

deleteOrDelay
def deleteOrDelay(self)

Undocumented function.

disable
def disable(self)

Inheritors should redefine this to take appropriate action on disable

disableAndAnnounce
def disableAndAnnounce(self)

Inheritors should *not* redefine this function.

disableAnnounceAndDelete
def disableAnnounceAndDelete(self)

Undocumented function.

doCallbackContext
def doCallbackContext(self, context, args)

Undocumented function.

doneBarrier
def doneBarrier(self, name=None)

Undocumented function.

execCommand
def execCommand(self, string, mwMgrId, avId, zoneId)

Undocumented function.

flushCachedData
def flushCachedData(self, name)

Undocumented function.

forceAllowDelayDelete
def forceAllowDelayDelete(self)

Undocumented function.

generate
def generate(self)

Inheritors should redefine this to take appropriate action on generate

generateInit
def generateInit(self)

This method is called when the DistributedObject is first introduced to the world... Not when it is pulled from the cache.

getAutoInterests
def getAutoInterests(self)

Undocumented function.

getCacheable
def getCacheable(self)

Undocumented function.

getCachedData
def getCachedData(self, name)

Undocumented function.

getCallback
def getCallback(self, context)

Undocumented function.

getCallbackArgs
def getCallbackArgs(self, context)

Undocumented function.

getCallbackContext
def getCallbackContext(self, callback, extraArgs=[])

Undocumented function.

getCurrentContexts
def getCurrentContexts(self)

Undocumented function.

getDelayDeleteCount
def getDelayDeleteCount(self)

Undocumented function.

getDelayDeleteEvent
def getDelayDeleteEvent(self)

Undocumented function.

getDelayDeleteNames
def getDelayDeleteNames(self)

Undocumented function.

getDisableEvent
def getDisableEvent(self)

Undocumented function.

getDoId
def getDoId(self)

Return the distributed object id

getLocation
def getLocation(self)

Undocumented function.

getNeverDisable
def getNeverDisable(self)

Undocumented function.

getParentObj
def getParentObj(self)

Undocumented function.

hasCachedData
def hasCachedData(self, name)

Undocumented function.

isDisabled
def isDisabled(self)

Returns true if the object has been disabled and/or deleted, or if it is brand new and hasn't yet been generated.

isGenerated
def isGenerated(self)

Returns true if the object has been fully generated by now, and not yet disabled.

isGridParent
def isGridParent(self)

Undocumented function.

isLocal
def isLocal(self)

Undocumented function.

postGenerateMessage
def postGenerateMessage(self)

Undocumented function.

releaseDelayDelete
def releaseDelayDelete(self, token)

Undocumented function.

removeInterest
def removeInterest(self, handle, event=None)

Undocumented function.

sendDeleteMsg
def sendDeleteMsg(self)

Undocumented function.

sendDisableMsg
def sendDisableMsg(self)

Undocumented function.

sendUpdate
def sendUpdate(self, fieldName, args=[], sendToId=None)

Undocumented function.

setBarrierData
def setBarrierData(self, data)

Undocumented function.

setCacheable
def setCacheable(self, bool)

Undocumented function.

setCachedData
def setCachedData(self, name, data)

Undocumented function.

setLocation
def setLocation(self, parentId, zoneId)

Undocumented function.

setNeverDisable
def setNeverDisable(self, bool)

Undocumented function.

taskName
def taskName(self, taskString)

Undocumented function.

uniqueName
def uniqueName(self, idString)

Undocumented function.

updateAllRequiredFields
def updateAllRequiredFields(self, dclass, di)

Undocumented function.

updateRequiredFields
def updateRequiredFields(self, dclass, di)

Undocumented function.

updateRequiredOtherFields
def updateRequiredOtherFields(self, dclass, di)

Undocumented function.

updateZone
def updateZone(self, zoneId)

Undocumented function.