Class that models a SAF Component Service Instance; essentially the part of a work assignment (SAF SI) that gets assigned to a particular process (SAF component)
More...
|
def | __init__ |
|
def | isRunning |
| Return true if this service instance is assigned. More...
|
|
def | isIdle |
| Return true if this service instance is not assigned. More...
|
|
def | isProtected |
| Return true if this service instance has at least 1 running standby assignment. More...
|
|
def | redundancyModel |
| Return the redundancy model (integer enum). More...
|
|
def | ActiveNode |
| Return what node (AmfNode object) this CSI is assigned active on, or None if it is not active anywhere. More...
|
|
def | StandbyNode |
| Return what node (AmfNode object) this CSI is assigned standby on, or None if it is not standby anywhere. More...
|
|
def | __init__ |
| Constructor Parameters: typee: The AMF type of this entity. More...
|
|
def | __cmp__ |
| The comparison operator simply compares entity names since the AMF mandates that entity names are unique. More...
|
|
def | __hash__ |
|
def | __str__ |
|
def | setInitialState |
| Set the initial state of this entity (call before you pass the object to aspAmf) More...
|
|
def | copyLocalState |
| Copy the locally kept state in this entity from one entity to another of the same type. More...
|
|
def | setConfig |
|
def | setState |
|
def | setStatus |
|
def | isRunning |
| Return true if this entity is running. More...
|
|
def | isProtected |
| Return true if this service instance has at least 1 running standby assignment, None if not applicable. More...
|
|
def | isIdle |
| Return True if the entity is running but has no assigned work, or None if the concept of 'idle' is not applicable. More...
|
|
def | isOk |
| Return True if the entity is 100%. More...
|
|
def | adminState |
| Return the administrative status of this entity. More...
|
|
def | enabled |
| Return True if this entity is enabled, False if not enabled, or none if not applicable (for example the entity has not been applied into the AMF). More...
|
|
Class that models a SAF Component Service Instance; essentially the part of a work assignment (SAF SI) that gets assigned to a particular process (SAF component)