Uses of Interface
jain.protocol.ss7.oam.sccp.SccpSapMO

Packages that use SccpSapMO
jain.protocol.ss7.oam.mtp3

This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the MTP Level 3 layer. 

jain.protocol.ss7.oam.sccp

This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the SCCP layer. 

 

Uses of SccpSapMO in jain.protocol.ss7.oam.mtp3
 

Methods in jain.protocol.ss7.oam.mtp3 that return SccpSapMO
 SccpSapMO Mtp3SapMO.getUserEntity(int index)
          Returns the User entity at the specified position in the list of the User Entities that are using the Service Access Point.
 SccpSapMO[] Mtp3SapMO.getUserEntity()
          Returns the set of the User Entities that are currently using the Service Access Point.
 

Methods in jain.protocol.ss7.oam.mtp3 with parameters of type SccpSapMO
 void Mtp3SapMO.setUserEntity(int index, SccpSapMO userEntity)
          Sets the User entity at the specified position in the list of the User Entities that are using the Service Access Point.
 void Mtp3SapMO.setUserEntity(SccpSapMO[] userEntityList)
          Sets the User entity at the specified position in the list of the User Entities that are using the Service Access Point.
 

Uses of SccpSapMO in jain.protocol.ss7.oam.sccp
 

Methods in jain.protocol.ss7.oam.sccp that return SccpSapMO
 SccpSapMO ConcernedAreaMO.getRemoteSccp(int index)
          Returns a remote SCCP at the specified index in the list of SCCPs to be informed of local or remote subsystem status changes .
 SccpSapMO[] ConcernedAreaMO.getRemoteSccp()
          Returns the list of SCCPs to be informed of local or remote subsystem status changes at the specified index.
 SccpSapMO[] SccpRoutingControlMO.getSccpSap()
          Returns all of the SCCP Access Points associated with the SCCP Routing Control
 SccpSapMO SccpRoutingControlMO.getSccpSap(int index)
          Returns the specified SCCP Access Point associated with the SCCP Routing Control
 SccpSapMO[] SccpEntitySetMO.getSccpSap()
          Returns the access points of this Entity Set.
 SccpSapMO SccpEntitySetMO.getSccpSap(int index)
          Returns one of the access points of this Entity Set.
 SccpSapMO SccpLayerMO.createSccpSap()
          Creates a new SCCP Sevice Access Point (SAP) Managed Object
 

Methods in jain.protocol.ss7.oam.sccp with parameters of type SccpSapMO
 void ConcernedAreaMO.setRemoteSccp(int index, SccpSapMO remoteSccp)
          Sets the remote SCCP at the specified index in the list of SCCPs to be informed of local or remote subsystem status changes .
 void ConcernedAreaMO.setRemoteSccp(SccpSapMO[] remoteSccpList)
          Returns the list of SCCPs to be informed of local or remote subsystem status changes at the specified index.
 void SccpRoutingControlMO.setSccpSap(SccpSapMO[] sccpSapArray)
          Sets the list of SCCP Access Points that are using the Routing Control.
 void SccpRoutingControlMO.setSccpSap(int index, SccpSapMO sccpSap)
          Set this SCCP Access Point as the specified element in the SCCP Access Point Array of this Routing Control.
 void SccpEntitySetMO.setSccpSap(SccpSapMO[] accessPoints)
          Sets the access points of this Entity Set.
 void SccpEntitySetMO.setSccpSap(int index, SccpSapMO accessPoint)
          Sets one of the access points of this Entity Set.
 



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

Copyright - 1999 Sun Microsystems