public class ServerMessageTypes
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ServerMessageTypes |
getInstance()
Gets The instance
|
ServerMessageType |
getServerMessageType(int messageType)
Gets the most recent version of the ServerMessageType of the indicated type, that is, the version that is used in the SIRA_PRISE version that this package conforms to / corresponds with.
|
ServerMessageType |
getServerMessageTypeForMessageVersion(int messageType,
int messageVersion)
Gets The ServerMessageType of the indicated type and version
|
ServerMessageType |
getServerMessageTypeForSiraPriseVersion(int messageType,
Version siraPriseVersion)
Gets The ServerMessageType of the indicated type that was used in the indicated SIRA_PRISE specification version
|
Version |
getThisPackagesSiraPriseVersion()
Gets The specification version that this package corresponds to
|
public static ServerMessageTypes getInstance()
public ServerMessageType getServerMessageType(int messageType) throws NotFoundException
messageType
- the message type family to be obtainedNotFoundException
- -public ServerMessageType getServerMessageTypeForMessageVersion(int messageType, int messageVersion) throws NotFoundException
messageType
- the message type family to be obtainedmessageVersion
- the version of the message type to be retrievedNotFoundException
- -public ServerMessageType getServerMessageTypeForSiraPriseVersion(int messageType, Version siraPriseVersion) throws NotFoundException
messageType
- the message type family to be obtainedsiraPriseVersion
- the SIRA_PRISE specificiation version applying to the message type to be retrievedNotFoundException
- -public Version getThisPackagesSiraPriseVersion()