|
||||||||||
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 MBean
The following Alarms can be emitted by this MBean
The following Errors can be emitted by this MBean
Relationship between the MTP2 JAIN OAM MBean
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 | |
ObjectName |
getMtp2TimerProfile()
Returns the ObjectName of the MTP2 Timer Profile MBean containing the MTP2 Timer values to be used with this link. |
java.lang.Integer |
getPortType()
Returns the clocking type of this port (DTE or DCE). |
void |
setMtp2TimerProfile(ObjectName timerProfile)
Sets the MTP2 Timer Profile MBean (specified by its ObjectName) containing the MTP2 Timer values to be used with this link. |
void |
setPortType(java.lang.Integer portType)
Sets the clocking type of this port (DTE or DCE). |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObjectMBean |
getName,
getObjectId,
getObjectName,
getObjectType,
getProprietaryInformation,
getStatistic,
setName,
startPollingStatistic,
stopPollingStatistic |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preDeregister,
preRegister |
Field Detail |
public static final int PORT_TYPE_DTE
public static final int PORT_TYPE_DCE
Method Detail |
public ObjectName getMtp2TimerProfile()
public void setMtp2TimerProfile(ObjectName timerProfile)
timerProfile
- the MTP2 Timer Profilepublic void setPortType(java.lang.Integer portType) throws java.lang.IllegalArgumentException
portType
- either: public java.lang.Integer getPortType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |