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

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

public interface RedirectStatus
extends ISUPParameter

Start time:13:59:51 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _PARAMETER_CODE
           
static int _RSI_AOR
          See Q.763 3.98 Redirect status indicator : ack of redirection
static int _RSI_NOT_USED
          See Q.763 3.98 Redirect status indicator : not used
static int _RSI_RWNBI
          See Q.763 3.98 Redirect status indicator : redirection will not be invoked
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 byte[] getStatus()
           
 int getStatusIndicator(byte b)
           
 void setStatus(byte[] status)
           
 
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

_RSI_NOT_USED

static final int _RSI_NOT_USED
See Q.763 3.98 Redirect status indicator : not used

See Also:
Constant Field Values

_RSI_AOR

static final int _RSI_AOR
See Q.763 3.98 Redirect status indicator : ack of redirection

See Also:
Constant Field Values

_RSI_RWNBI

static final int _RSI_RWNBI
See Q.763 3.98 Redirect status indicator : redirection will not be invoked

See Also:
Constant Field Values
Method Detail

getStatus

byte[] getStatus()

setStatus

void setStatus(byte[] status)

getStatusIndicator

int getStatusIndicator(byte b)


Copyright © 2010. All Rights Reserved.