|
||||||||||
| 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.RejectIndEvent
An event representing a TCAP Reject indication component primitive. The mandatory parameters of this primitive are supplied to the constructor. Optional parameters may then be set using the set methods.
| Fields inherited from class jain.protocol.ss7.tcap.ComponentIndEvent |
dialogueId,
dialogueIdPresent,
invokeId,
invokeIdPresent,
lastComponent,
lastComponentPresent |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
RejectIndEvent(java.lang.Object source,
int dialogueId,
int problemType,
int problem,
boolean lastComponent)
Constructs a new Reject 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 |
getLinkId()
Gets the link Id parameter of the REJECT indication component. |
Parameters |
getParameters()
Gets the Parameters' parameter of the REJECT indication Component. |
int |
getPrimitiveType()
This method returns the type of this primitive. |
int |
getProblem()
Returns the problem details of this REJECT indication Component. |
int |
getProblemType()
Returns the problem type of this REJECT request Component. |
int |
getRejectType()
Indicates the type of this Reject Event. |
boolean |
isLinkIdPresent()
Indicates if the link Id parameter is present in this Event. |
boolean |
isParametersPresent()
Indicates if the 'Parameters' field is present in this Event. |
boolean |
isRejectTypePresent()
Indicates if the Reject Type flag is present in this Event. |
void |
setLinkId(int linkId)
Sets the link Id parameter of the REJECT indication component. |
void |
setParameters(Parameters params)
Sets the Parameters' parameter of the REJECT indication Component. |
void |
setProblem(int problem)
Sets the problem details of this REJECT indication Component. |
void |
setProblemType(int problemType)
Sets the problem type of this REJECT request Component. |
void |
setRejectType(int rejectType)
Sets the type of this Reject as a Local, Remote or User Reject. |
java.lang.String |
toString()
|
| Methods inherited from class jain.protocol.ss7.tcap.ComponentIndEvent |
getDialogueId,
getInvokeId,
isInvokeIdPresent,
isLastComponent,
setDialogueId,
setInvokeId,
setLastComponent,
setSource |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public RejectIndEvent(java.lang.Object source,
int dialogueId,
int problemType,
int problem,
boolean lastComponent)
| Method Detail |
public boolean isRejectTypePresent()
public int getRejectType()
throws ParameterNotSetException
public void setRejectType(int rejectType)
rejectType - one of the following:
public boolean isLinkIdPresent()
public int getLinkId()
throws ParameterNotSetException
public void setLinkId(int linkId)
value - the link Id of the REJECT indicationpublic 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 REJECT indication Component.
public int getProblemType()
throws ParameterNotSetException
public void setProblemType(int problemType)
problemType - the type of problem, this may be one of:
public int getProblem()
throws ParameterNotSetException
public void setProblem(int problem)
problem - the problem detail. One of the following problem codes, grouped
by Problem type:
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 | |||||||||