|
SAFplus Runtime Director API
3.0.5
|
Classes | |
| class | AmfEntity |
| Base class that models all SAF Entities. More... | |
| class | AmfEntityStateChange |
| Class describing the current state of an entity. More... | |
| class | AmfNode |
| Class that models a SAF Node. More... | |
| class | AmfServiceGroup |
| Class that models a SAF Service Unit. More... | |
| class | AmfServiceUnit |
| Class that models a SAF Service Unit. More... | |
| class | AmfServiceInstance |
| Class that models a SAF Service Instance; essentially this is a work assignment. More... | |
| class | AmfComponentServiceInstance |
| 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... | |
| class | AmfComponent |
| Class that models a SAF component; essentially a process. More... | |
| aspAmfEntity.AppType = asp.CL_AMS_ENTITY_TYPE_APP |
SAF AMF Application Type.
| aspAmfEntity.ClusterType = asp.CL_AMS_ENTITY_TYPE_CLUSTER |
SAF AMF Cluster Type.
| aspAmfEntity.ComponentServiceInstanceType = asp.CL_AMS_ENTITY_TYPE_CSI |
SAF AMF Type.
| aspAmfEntity.ComponentType = asp.CL_AMS_ENTITY_TYPE_COMP |
SAF AMF Component Type.
| aspAmfEntity.ComponentWorkAssignmentType = asp.CL_AMS_ENTITY_TYPE_CSI |
Synonym for SAF AMF Component Service Instance Type.
| aspAmfEntity.IdleState = asp.CL_AMS_ADMIN_STATE_LOCKED_A |
SAF AMF Locked Assignment state.
| aspAmfEntity.NodeType = asp.CL_AMS_ENTITY_TYPE_NODE |
SAF AMF Node Type.
| aspAmfEntity.RunningState = asp.CL_AMS_ADMIN_STATE_UNLOCKED |
SAF AMF Unlocked state.
| aspAmfEntity.ServiceGroupType = asp.CL_AMS_ENTITY_TYPE_SG |
SAF AMF Service Group Type.
| aspAmfEntity.ServiceInstanceType = asp.CL_AMS_ENTITY_TYPE_SI |
SAF AMF Service Instance Type.
| aspAmfEntity.ServiceUnitType = asp.CL_AMS_ENTITY_TYPE_SU |
SAF AMF Service Unit Type.
| aspAmfEntity.ShuttingDownState = asp.CL_AMS_ADMIN_STATE_SHUTTINGDOWN |
SAF AMF Shutting Down state.
| aspAmfEntity.StoppedState = asp.CL_AMS_ADMIN_STATE_LOCKED_I |
SAF AMF Locked Instantiation state.
| aspAmfEntity.WorkAssignmentType = asp.CL_AMS_ENTITY_TYPE_SI |
Synonym for SAF AMF Service Instance Type, since "work assignment" better describes the idea.