jain.protocol.ss7.oam.mtp2
Interface Mtp2SapMO


public abstract interface Mtp2SapMO
extends Mtp2ManagedObject

This interface identifies an Mtp2 Service Access Point (SAP), an MTP2 SAP contains the attributes of the physical port and link that is connected to the logical signalling link. The timer values to be used with this link can be configured on a per-link basis.

The following statistics can be collected for this MO

The following Alarms can be emitted by this MO

The following Errors can be emitted by this MO


Field Summary
static int PORT_TYPE_DCE
          A port clocking type constant: Indicates that the port connects the transmit clock to an internal baud rate generator and provides this clock to the applicable line interface circuit.
static int PORT_TYPE_DTE
          A port clocking type constant: Indicates that the port connects the transmit clock to the applicable line interface circuit.
 
Fields inherited from class jain.protocol.ss7.oam.OamManagedObject
OBJECTID_CONCERNED_AREA, OBJECTID_GLOBAL_TITLE_ENTRY, OBJECTID_LINK, OBJECTID_LINKSET, OBJECTID_MTP2_SAP, OBJECTID_MTP2_TIMER_PROFILE, OBJECTID_MTP3_SAP, OBJECTID_MTP3_TIMER_PROFILE, OBJECTID_OWN_SIGNALLING_POINT, OBJECTID_ROUTE, OBJECTID_ROUTESET, OBJECTID_SCCP_ENTITY_SET, OBJECTID_SCCP_ROUTING_CONTROL, OBJECTID_SCCP_SAP, OBJECTID_SCCP_TIMER_PROFILE, OBJECTID_SCREENING_TABLE, OBJECTID_TCAP
 
Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 Mtp2TimerProfileMO getMtp2TimerProfile()
          Returns the MTP2 Timer Profile MO containing the MTP2 Timer values to be used with this link.
 int getPortType()
          Returns the clocking type of this port (DTE or DCE).
 void setMtp2TimerProfile(Mtp2TimerProfileMO timerProfile)
          Sets the MTP2 Timer Profile MO containing the MTP2 Timer values to be used with this link.
 void setPortType(int portType)
          Sets the clocking type of this port (DTE or DCE).
 
Methods inherited from interface jain.protocol.ss7.oam.mtp2.Mtp2ManagedObject
addMtp2AlarmListener, addMtp2ErrorListener, removeMtp2AlarmListener, removeMtp2ErrorListener
 
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject
addPropertyChangeListener, addVetoableChangeListener, getName, getObjectId, getProprietaryInformation, removePropertyChangeListener, removeVetoableChangeListener, setName
 

Field Detail

PORT_TYPE_DTE

public static final int PORT_TYPE_DTE
A port clocking type constant: Indicates that the port connects the transmit clock to the applicable line interface circuit.

PORT_TYPE_DCE

public static final int PORT_TYPE_DCE
A port clocking type constant: Indicates that the port connects the transmit clock to an internal baud rate generator and provides this clock to the applicable line interface circuit.
Method Detail

getMtp2TimerProfile

public Mtp2TimerProfileMO getMtp2TimerProfile()
Returns the MTP2 Timer Profile MO containing the MTP2 Timer values to be used with this link.
Returns:
the MTP2 Timer Profile MO

setMtp2TimerProfile

public void setMtp2TimerProfile(Mtp2TimerProfileMO timerProfile)
Sets the MTP2 Timer Profile MO containing the MTP2 Timer values to be used with this link.
Parameters:
timerProfile - the MTP2 Timer Profile

setPortType

public void setPortType(int portType)
                 throws java.lang.IllegalArgumentException
Sets the clocking type of this port (DTE or DCE).
Parameters:
portType - either:
  • PORT_TYPE_DTE - connects the transmit clock to the applicable line interface circuit
  • PORT_TYPE_DCE - connects the transmit clock to an internal baud rate generator and provides this clock to the applicable line interface circuit.
Throws:
java.lang.IllegalArgumentException - - if the supplied port type is not one defined port types

getPortType

public int getPortType()
Returns the clocking type of this port (DTE or DCE).
Returns:
either:
  • PORT_TYPE_DTE - connects the transmit clock to the applicable line interface circuit
  • PORT_TYPE_DCE - connects the transmit clock to an internal baud rate generator and provides this clock to the applicable line interface circuit.


06 January 2000
If you have any comments or queries, please mail them to Colm Hayden [JAIN SS7 OAM Edit Lead]

Copyright - 2000 Sun Microsystems