|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RangeAndStatus
Start time:13:52:59 2009-07-23
Project: mobicents-isup-stack
This RangeAndStatus indiactes whcih CICs, starting from one present in
message are affected. Range indicates how many CICs are potentially affected.
Status contains bits indicating CIC affected(1 - affected, 0 - not affected)
For content interpretation refer to Q.763 3.43
| Field Summary | |
|---|---|
static int |
_PARAMETER_CODE
|
| Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent |
|---|
_PROTOCOL_VERSION |
| Method Summary | |
|---|---|
byte |
getRange()
Fetches range. |
byte[] |
getStatus()
Gets raw status part. |
boolean |
isAffected(byte b)
|
void |
setAffected(byte subrange,
boolean v)
|
void |
setRange(byte range)
Sets range. |
void |
setRange(byte range,
boolean addStatus)
Sets range. |
void |
setStatus(byte[] status)
Gets raw status part. |
| Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.ISUPParameter |
|---|
getCode |
| Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent |
|---|
decodeElement, encodeElement, encodeElement |
| Field Detail |
|---|
static final int _PARAMETER_CODE
| Method Detail |
|---|
byte getRange()
void setRange(byte range,
boolean addStatus)
range - addStatus - - flag indicates if implementation should create proper statusvoid setRange(byte range)
range - byte[] getStatus()
void setStatus(byte[] status)
void setAffected(byte subrange,
boolean v)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
boolean isAffected(byte b)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||