jain.protocol.ss7.oam.mtp2
Interface Mtp2SapMO


public abstract interface Mtp2SapMO
extends Mtp2ManagedObject

This interface identifies an Mtp2 Service Access Point (SAP).


Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 Mtp3LayerMO[] getUserEntity()
          Returns an array of the User Entities that are currently using the Service Access Point.
 Mtp3LayerMO getUserEntity(int index)
          Returns the User Entity at the sepecified index position from the array of User Entiites that are currently using the Service Access Point.
 void setUserEntity(int index, Mtp3LayerMO userEntity)
          Sets the User Entity at the sepecified index position from the array of User Entiites that are currently using the Service Access Point.
 void setUserEntity(Mtp3LayerMO[] userEntity)
          Sets the array of the User Entities that are currently using the Service Access Point.
 
Methods inherited from interface jain.protocol.ss7.oam.mtp2.Mtp2ManagedObject
addMtp2AlarmListener, addMtp2ErrorListener, removeMtp2AlarmListener, removeMtp2ErrorListener
 
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject
addPropertyChangeListener, getName, removePropertyChangeListener, setName
 

Method Detail

getUserEntity

public Mtp3LayerMO[] getUserEntity()
Returns an array of the User Entities that are currently using the Service Access Point. For this MTP2 Access Point the User Entities will be instances of the MTP3 Layer Managed Object.
Returns:
an array of MTP3 Layer Managed Objects that are currently User Entiites of this Service Access Point.

getUserEntity

public Mtp3LayerMO getUserEntity(int index)
Returns the User Entity at the sepecified index position from the array of User Entiites that are currently using the Service Access Point. For this MTP2 Access Point the User Entity will be an instance of the MTP3 Layer Managed Object.
Parameters:
index - the index position of the element in the array.
Returns:
the MTP3 Layer Managed Object at the specified position.

setUserEntity

public void setUserEntity(Mtp3LayerMO[] userEntity)
Sets the array of the User Entities that are currently using the Service Access Point. For this MTP2 Access Point the User Entities will be instances of the MTP3 Layer Managed Object.
Parameters:
userEntity - an array of MTP3 Layer Managed Objects that are currently User Entiites of this Service Access Point.

setUserEntity

public void setUserEntity(int index,
                          Mtp3LayerMO userEntity)
Sets the User Entity at the sepecified index position from the array of User Entiites that are currently using the Service Access Point. For this MTP2 Access Point the User Entity will be an instance of the MTP3 Layer Managed Object.
Parameters:
index - the index position of the element in the array.
userEntity - the MTP3 Layer Managed Object
Returns:
the MTP3 Layer Managed Object at the specified position.


01 September 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.Com

Copyright - 1999 Sun Microsystems