|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.SIRAPRISE.messages.ServerMessageTypes
public class ServerMessageTypes
| Field Summary | |
|---|---|
static int |
AUTHENTICATIONOK
The message type id |
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int AUTHENTICATIONOK
| Method Detail |
|---|
public static ServerMessageTypes getInstance()
public ServerMessageType getServerMessageType(int messageType)
throws NotFoundException
messageType - the message type family to be obtained
NotFoundException
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 retrieved
NotFoundException
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 retrieved
NotFoundExceptionpublic Version getThisPackagesSiraPriseVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||