|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 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 |
public static final int PORT_TYPE_DTE
public static final int PORT_TYPE_DCE
Method Detail |
public Mtp2TimerProfileMO getMtp2TimerProfile()
public void setMtp2TimerProfile(Mtp2TimerProfileMO timerProfile)
timerProfile
- the MTP2 Timer Profilepublic void setPortType(int portType) throws java.lang.IllegalArgumentException
portType
- either: public int getPortType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |