|
||||||||||
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.ComponentReqEvent | +--jain.protocol.ss7.tcap.component.ErrorReqEvent
An event representing a TCAP Error request 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.ComponentReqEvent |
dialogueId,
dialogueIdPresent,
invokeId,
invokeIdPresent |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ErrorReqEvent(java.lang.Object source,
int dialogueId,
int errorType,
byte[] errorCode)
Constructs a new Error request 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 . |
byte[] |
getErrorCode()
Returns the error code of this ERROR request Component. |
int |
getErrorType()
Returns the error type of this ERROR request Component. |
int |
getLinkId()
Gets the link Id parameter of the ERROR request component. |
Parameters |
getParameters()
Gets the Parameters' parameter of the ERROR request Component. |
int |
getPrimitiveType()
This method returns the type of this primitive. |
boolean |
isInvokeIdPresent()
Indicates if the Invoke Id is present in this 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. |
void |
setErrorCode(byte[] errorCode)
Sets the error code of this ERROR request Component. |
void |
setErrorType(int errorType)
Sets the error type of this ERROR request Component. |
void |
setLinkId(int value)
Sets the link Id parameter of the ERROR request component. |
void |
setParameters(Parameters params)
Sets the Parameters' parameter of the ERROR request Component. |
java.lang.String |
toString()
Returns a string representation of an instance of this class. |
Methods inherited from class jain.protocol.ss7.tcap.ComponentReqEvent |
getDialogueId,
getInvokeId,
setDialogueId,
setInvokeId,
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 ErrorReqEvent(java.lang.Object source, int dialogueId, int errorType, byte[] errorCode)
Method Detail |
public boolean isInvokeIdPresent()
public boolean isLinkIdPresent()
public int getLinkId() throws ParameterNotSetException
public void setLinkId(int value)
value
- the link Id of the ERROR requestpublic 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 ERROR request Component.public int getErrorType() throws ParameterNotSetException
public void setErrorType(int errorType)
errorType
- the type of error, this may be either
ERROR_LOCAL
or ERROR_GLOBAL/code>.
public byte[] getErrorCode() throws ParameterNotSetException
public void setErrorCode(byte[] errorCode)
errorCode
- the Error Codepublic 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 |