|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jain.protocol.ss7.tcap.dialogue.DialoguePortion
This class represents the optional Dialogue Portion of an ANSI 96 dialogue handling primitive.
Constructor Summary | |
DialoguePortion()
Constructs a new DialoguePortion |
Method Summary | |
void |
clearAllParameters()
Clears all previously set parameters . |
byte[] |
getAppContextName()
Gets the Application Context Name parameter of the Dialogue Portion. |
byte[] |
getConfidentialityInformation()
Gets the Confidentiality Information parameter of the Dialogue Portion .. |
int |
getProtocolVersion()
Gets the Protocol Version parameter of the Dialogue Portion. |
byte[] |
getSecurityContextInfo()
Gets the Security Context Information parameter of the Dialogue Portion . |
byte[] |
getUserInformation()
Gets the User Information parameter of this Dialogue Portion. |
boolean |
isAppContextNamePresent()
Indicates if the Application Context Name parameter is present in this Event. |
boolean |
isConfidentialityInformationPresent()
Indicates if the Confidentiality Information parameter is present in this Event. |
boolean |
isProtocolVersionPresent()
Indicates if the Protocol Version parameter is present in this Event. |
boolean |
isSecurityContextInfoPresent()
Indicates if the Security Context Information parameter is present in this Event. |
boolean |
isUserInformationPresent()
Indicates if the User Information parameter is present in this Event. |
void |
setAppContextName(byte[] appContextName)
Sets the Application Context Name parameter of the Dialogue Portion . |
void |
setConfidentialityInformation(byte[] confidentialityInfo)
Sets the Confidentiality Information parameter of the Dialogue Portion . |
void |
setProtocolVersion(int protocolVersion)
Sets the Protocol Version parameter of the Dialogue Portion. |
void |
setSecurityContextInfo(byte[] securityContextInformation)
Sets the Security Context Information parameter of the Dialogue Portion . |
void |
setUserInformation(byte[] userInformation)
Sets the User Information parameter of of this Dialogue Portion. |
java.lang.String |
toString()
Returns a string representation of an instance of this class. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public DialoguePortion()
Method Detail |
public boolean isProtocolVersionPresent()
public int getProtocolVersion() throws ParameterNotSetException
public void setProtocolVersion(int protocolVersion)
protocolVersion
- the Protocol Version of the Dialogue Portion.
This may be one of the following values:
public boolean isAppContextNamePresent()
public byte[] getAppContextName() throws ParameterNotSetException
public void setAppContextName(byte[] appContextName)
appContextName
- the Application Context Name of the
Dialogue Portionpublic boolean isSecurityContextInfoPresent()
public byte[] getSecurityContextInfo() throws ParameterNotSetException
public void setSecurityContextInfo(byte[] securityContextInformation)
securityContextInformation
- the Security Context Information parameter of the Dialogue Portionpublic boolean isConfidentialityInformationPresent()
public byte[] getConfidentialityInformation() throws ParameterNotSetException
public void setConfidentialityInformation(byte[] confidentialityInfo)
userInfo
- the Confidentiality Information of the Dialogue Portion.public boolean isUserInformationPresent()
public byte[] getUserInformation() throws ParameterNotSetException
public void setUserInformation(byte[] userInformation)
userInfo
- the User Information.public void clearAllParameters()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |