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

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

public interface EventInformation
extends ISUPParameter

Start time:12:47:23 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _EVENT_INDICATOR_ALERTING
          See Q.763 3.21 Event indicator : ALERTING
static int _EVENT_INDICATOR_CFOB
          See Q.763 3.21 Event indicator : call forwarded on busy (national use)
static int _EVENT_INDICATOR_CFONNR
          See Q.763 3.21 Event indicator : call forwarded on no reply (national use)
static int _EVENT_INDICATOR_CFOU
          See Q.763 3.21 Event indicator : call forwarded unconditional (national use)
static int _EVENT_INDICATOR_IIIOPA
          See Q.763 3.21 Event indicator : in-band information or an appropriate pattern is now available
static int _EVENT_INDICATOR_PROGRESS
          See Q.763 3.21 Event indicator : PROGRESS
static boolean _EVENT_PRESENTATION_INI
          See Q.763 3.21 Event presentation restricted indicator (national use) : no indication
static boolean _EVENT_PRESENTATION_IPR
          See Q.763 3.21 Event presentation restricted indicator (national use) : presentation restricted
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getEventIndicator()
           
 boolean isEventPresentationRestrictedIndicator()
           
 void setEventIndicator(int eventIndicator)
           
 void setEventPresentationRestrictedIndicator(boolean eventPresentationRestrictedIndicator)
           
 
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

_EVENT_INDICATOR_ALERTING

static final int _EVENT_INDICATOR_ALERTING
See Q.763 3.21 Event indicator : ALERTING

See Also:
Constant Field Values

_EVENT_INDICATOR_PROGRESS

static final int _EVENT_INDICATOR_PROGRESS
See Q.763 3.21 Event indicator : PROGRESS

See Also:
Constant Field Values

_EVENT_INDICATOR_IIIOPA

static final int _EVENT_INDICATOR_IIIOPA
See Q.763 3.21 Event indicator : in-band information or an appropriate pattern is now available

See Also:
Constant Field Values

_EVENT_INDICATOR_CFOB

static final int _EVENT_INDICATOR_CFOB
See Q.763 3.21 Event indicator : call forwarded on busy (national use)

See Also:
Constant Field Values

_EVENT_INDICATOR_CFONNR

static final int _EVENT_INDICATOR_CFONNR
See Q.763 3.21 Event indicator : call forwarded on no reply (national use)

See Also:
Constant Field Values

_EVENT_INDICATOR_CFOU

static final int _EVENT_INDICATOR_CFOU
See Q.763 3.21 Event indicator : call forwarded unconditional (national use)

See Also:
Constant Field Values

_EVENT_PRESENTATION_INI

static final boolean _EVENT_PRESENTATION_INI
See Q.763 3.21 Event presentation restricted indicator (national use) : no indication

See Also:
Constant Field Values

_EVENT_PRESENTATION_IPR

static final boolean _EVENT_PRESENTATION_IPR
See Q.763 3.21 Event presentation restricted indicator (national use) : presentation restricted

See Also:
Constant Field Values
Method Detail

getEventIndicator

int getEventIndicator()

setEventIndicator

void setEventIndicator(int eventIndicator)

isEventPresentationRestrictedIndicator

boolean isEventPresentationRestrictedIndicator()

setEventPresentationRestrictedIndicator

void setEventPresentationRestrictedIndicator(boolean eventPresentationRestrictedIndicator)


Copyright © 2010. All Rights Reserved.