|
|
getParentDeviceName(self)
Return the name of this component's device |
source code
|
|
|
|
hostname(self)
Return the name of this component's device |
source code
|
|
|
|
getParentDeviceUrl(self)
Return the url of this component's device |
source code
|
|
|
|
|
|
|
|
|
|
getCollectors(self)
Return list of collectors that want to monitor this component |
source code
|
|
|
|
|
|
|
getStatus(self,
statClass=None)
Return the status number for this component of class
statClass. |
source code
|
|
|
|
getStatusString(self,
statClass=None)
Return a text representation of this component's status |
source code
|
|
|
|
getManageIp(self)
Return the manageIP of the device of this component. |
source code
|
|
|
|
|
|
|
getAqProperty(self,
prop)
Get a property from ourself if it exsits then try serviceclass
path. |
source code
|
|
|
|
setAqProperty(self,
prop,
value,
type)
Set a local prop if nessesaary on this service. |
source code
|
|
|
|
getClassObject(self)
If you are going to use acquisition up different class path
override this. |
source code
|
|
|
|
|
|
|
manage_afterAdd(self,
item,
container)
Device only propagates afterAdd if it is the added object. |
source code
|
|
|
|
manage_afterClone(self,
item)
Not really sure when this is called. |
source code
|
|
|
|
|
|
|
|
|
Inherited from Lockable.Lockable:
getNextLockableParent,
isLockedFromDeletion,
isLockedFromUpdates,
isUnlocked,
lockFromDeletion,
lockFromUpdates,
lockStatus,
lockWarning,
sendEventWhenBlocked,
setSendEventWhenBlockedFlag,
unlock,
unsetSendEventWhenBlockedFlag
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|