|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--jain.protocol.ss7.tcap.ComponentIndEvent | +--jain.protocol.ss7.tcap.component.ResultIndEvent
An event representing a TCAP Result indication component primitive. The mandatory parameters of this primitive are supplied to the constructor. Optional parameters may then be set using the set methods.
Constructor Summary | |
ResultIndEvent(java.lang.Object source,
int dialogueId,
boolean lastComponent,
boolean lastResultEvent)
Constructs a new Result indication Event, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor. |
Method Summary | |
void |
clearAllParameters()
Clears all previously set parameters . |
int |
getDialogueId()
Gets the Dialogue Id parameter of this Result Indication, which is a reference identifier that is used to associate all components within a transaction. |
int |
getInvokeId()
Gets the Invoke Id parameter of this result indication. |
int |
getLinkId()
Gets the link Id parameter of the RESULT indication component. |
Operation |
getOperation()
Gets the Operation parameter of the RESULT indication Component. |
Parameters |
getParameters()
Gets the Parameters' parameter of the RESULT indication Component. |
int |
getPrimitiveType()
This method returns the type of this primitive. |
boolean |
isLastResultEvent()
Indicates if the Last Result Component Event. |
boolean |
isLinkIdPresent()
Indicates if the link Id parameter is present in this Event. |
boolean |
isOperationPresent()
Indicates if the Operation field is present in this Event. |
boolean |
isParametersPresent()
Indicates if the 'Parameters' field is present in this Event. |
void |
setLastResultEvent(boolean lastResultEvent)
Sets the lastResult flag of the RESULT request component. |
void |
setLinkId(int linkId)
Sets the link Id parameter of the RESULT indication component. |
void |
setOperation(Operation operation)
Sets the Operation parameter of the RESULT indication Component |
void |
setParameters(Parameters params)
Sets the Parameters' parameter of the RESULT indication Component. |
java.lang.String |
toString()
|
Methods inherited from class jain.protocol.ss7.tcap.ComponentIndEvent |
isInvokeIdPresent,
isLastComponent,
setDialogueId,
setInvokeId,
setLastComponent,
setSource |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ResultIndEvent(java.lang.Object source, int dialogueId, boolean lastComponent, boolean lastResultEvent)
Method Detail |
public int getDialogueId() throws MandatoryParameterNotSetException
public int getInvokeId() throws ParameterNotSetException
public boolean isLastResultEvent()
public void setLastResultEvent(boolean lastResultEvent)
public boolean isLinkIdPresent()
public int getLinkId() throws ParameterNotSetException
public void setLinkId(int linkId)
value
- the link Id of the RESULT indicationpublic boolean isOperationPresent()
public Operation getOperation() throws ParameterNotSetException
public void setOperation(Operation operation)
op
- the Operation of the RESULT indication Componentpublic boolean isParametersPresent()
public Parameters getParameters() throws ParameterNotSetException
Parameters
contains any parameters that accompany
an operation or that are provided in reply to an operation.public void setParameters(Parameters params)
params
- the Parameters of the RESULT indication Component.public int getPrimitiveType()
public void clearAllParameters()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |