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

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

public interface LoopPreventionIndicators
extends ISUPParameter

Start time:13:24:32 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _PARAMETER_CODE
           
static int _RI_INS_INFO
          See Q.763 3.67 Response indicator : insufficient information (note)
static int _RI_NO_LOOP_E
          See Q.763 3.67 Response indicator : no loop exists
static int _RI_SIM_TRANS
          See Q.763 3.67 Response indicator : simultaneous transfer
static boolean _TYPE_REQUEST
           
static boolean _TYPE_RESPONSE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getResponseIndicator()
           
 boolean isResponse()
           
 void setResponse(boolean response)
           
 void setResponseIndicator(int responseIndicator)
           
 
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

_TYPE_REQUEST

static final boolean _TYPE_REQUEST
See Also:
Constant Field Values

_TYPE_RESPONSE

static final boolean _TYPE_RESPONSE
See Also:
Constant Field Values

_RI_INS_INFO

static final int _RI_INS_INFO
See Q.763 3.67 Response indicator : insufficient information (note)

See Also:
Constant Field Values

_RI_NO_LOOP_E

static final int _RI_NO_LOOP_E
See Q.763 3.67 Response indicator : no loop exists

See Also:
Constant Field Values

_RI_SIM_TRANS

static final int _RI_SIM_TRANS
See Q.763 3.67 Response indicator : simultaneous transfer

See Also:
Constant Field Values
Method Detail

isResponse

boolean isResponse()

setResponse

void setResponse(boolean response)

getResponseIndicator

int getResponseIndicator()

setResponseIndicator

void setResponseIndicator(int responseIndicator)


Copyright © 2010. All Rights Reserved.