|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CircuitAssigmentMap
Start time:12:17:32 2009-07-23
Project: mobicents-isup-stack
| Field Summary | |
|---|---|
static int |
_MAP_TYPE_1544
See Q.763 3.69 Map type : 1544 kbit/s digital path map format (64 kbit/s base rate) |
static int |
_MAP_TYPE_2048
See Q.763 3.69 Map type : 2048 kbit/s digital path map format (64 kbit/s base rate) |
static int |
_PARAMETER_CODE
|
| Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent |
|---|
_PROTOCOL_VERSION |
| Method Summary | |
|---|---|
void |
disableCircuit(int circuitNumber)
Disables circuit |
void |
enableCircuit(int circuitNumber)
Enables circuit |
int |
getMapFormat()
|
int |
getMapType()
|
boolean |
isCircuitEnabled(int circuitNumber)
|
void |
setMapFormat(int mapFormat)
|
void |
setMapType(int mapType)
|
| 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
static final int _MAP_TYPE_1544
static final int _MAP_TYPE_2048
| Method Detail |
|---|
int getMapType()
void setMapType(int mapType)
int getMapFormat()
void setMapFormat(int mapFormat)
void enableCircuit(int circuitNumber)
throws java.lang.IllegalArgumentException
circuitNumber - - index of circuit - must be number <1,31>
java.lang.IllegalArgumentException - - when number is not in range
void disableCircuit(int circuitNumber)
throws java.lang.IllegalArgumentException
circuitNumber - - index of circuit - must be number <1,31>
java.lang.IllegalArgumentException - - when number is not in range
boolean isCircuitEnabled(int circuitNumber)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||