org.mobicents.protocols.ss7.isup.message.parameter
Interface InvokingPivotReason

All Superinterfaces:
ISUPComponent, ISUPParameter, java.io.Serializable

public interface InvokingPivotReason
extends ISUPParameter

Start time:13:20:48 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _PARAMETER_CODE
           
static int _PR_RFLP
          See Q.763 3.94.4 Pivot Reason : reserved for location portability
static int _PR_RFSP
          See Q.763 3.94.4 Pivot Reason : reserved for service portability
static int _PR_SPP
          See Q.763 3.94.4 Pivot Reason : service provider portability (national use)
static int _PR_UNKNOWN
          See Q.763 3.94.4 Pivot Reason : unknown/ not available
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getReason(byte b)
           
 byte[] getReasons()
           
 void setReasons(byte[] reasons)
           
 
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

_PARAMETER_CODE

static final int _PARAMETER_CODE
See Also:
Constant Field Values

_PR_UNKNOWN

static final int _PR_UNKNOWN
See Q.763 3.94.4 Pivot Reason : unknown/ not available

See Also:
Constant Field Values

_PR_SPP

static final int _PR_SPP
See Q.763 3.94.4 Pivot Reason : service provider portability (national use)

See Also:
Constant Field Values

_PR_RFLP

static final int _PR_RFLP
See Q.763 3.94.4 Pivot Reason : reserved for location portability

See Also:
Constant Field Values

_PR_RFSP

static final int _PR_RFSP
See Q.763 3.94.4 Pivot Reason : reserved for service portability

See Also:
Constant Field Values
Method Detail

getReasons

byte[] getReasons()

setReasons

void setReasons(byte[] reasons)
                throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

getReason

int getReason(byte b)


Copyright © 2010. All Rights Reserved.