|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--jain.protocol.ss7.oam.OamTimerProfile
|
+--jain.protocol.ss7.oam.sccp.SccpTimerProfile
This class defines and initialises the specified timers for the SCCP Protocol Layer. This class lists the Timer values from the ITU Standards and initialises them on construction
| Field Summary | |
OamTimerVal |
SCCP_TIMER_CONNECT
Timer Connect - Waiting for connection confirm message [ITU]. |
OamTimerVal |
SCCP_TIMER_GUARD
Timer Guard - Waiting to resume normal procedure for temporary connection sections during the restart procedure [ITU]. |
OamTimerVal |
SCCP_TIMER_IAR
Timer IAR - Waiting to receive a message on a connection section [ITU]. |
OamTimerVal |
SCCP_TIMER_IAS
Timer IAS - Delay to send a message on a conn IT on a connection section when there are no messages to send [ITU]. |
OamTimerVal |
SCCP_TIMER_INT
Timer Int - Waiting for release complete message; or to release connection resources, freeze the LRN and alert a maintenance function after the initial SCCP_TIMER_RELEASE expiry [ITU]. |
OamTimerVal |
SCCP_TIMER_REASSEMBLY
Reassembly Timer - Waiting to receive all the segments of the remaining segments single segmented message after receiving the first segment [ITU]. |
OamTimerVal |
SCCP_TIMER_RELEASE
Timer Release - Waiting for release complete message [ITU]. |
OamTimerVal |
SCCP_TIMER_REPEAT_RELEASE
Timer Repeat Release - Waiting for release complete message; or to repeat sending released message after the initial SCCP_TIMER_RELEASE expiry [ITU]. |
OamTimerVal |
SCCP_TIMER_RESET
Reset Timer - Waiting to release temporary connection section or alert maintenance function after reset request message is sent [ITU]. |
| Fields inherited from class jain.protocol.ss7.oam.OamTimerProfile |
TIMER_ANSI,
TIMER_ITU,
timerVariant |
| Constructor Summary | |
SccpTimerProfile(int timerVariant)
Invokes the initialise timer method on construction of this timer profile. |
|
| Method Summary | |
void |
initialiseTimers()
Initialises the SCCP timers based on the variant of this profile. |
| Methods inherited from class jain.protocol.ss7.oam.OamTimerProfile |
getTimerVariant,
setTimerVariant |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public OamTimerVal SCCP_TIMER_REASSEMBLY
public OamTimerVal SCCP_TIMER_RESET
public OamTimerVal SCCP_TIMER_GUARD
public OamTimerVal SCCP_TIMER_INT
public OamTimerVal SCCP_TIMER_REPEAT_RELEASE
public OamTimerVal SCCP_TIMER_RELEASE
public OamTimerVal SCCP_TIMER_IAR
public OamTimerVal SCCP_TIMER_IAS
public OamTimerVal SCCP_TIMER_CONNECT
| Constructor Detail |
public SccpTimerProfile(int timerVariant)
| Method Detail |
public void initialiseTimers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||