Package | Description |
---|---|
de.knipp.rritoolkit.message | |
de.knipp.rritoolkit.request | |
de.knipp.rritoolkit.test |
Modifier and Type | Field and Description |
---|---|
private Message.Type |
Message.type
the type of the message
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Message.Type> |
Message.elementToTypeMap
map from the XML element's local name to the type
|
private static java.util.Map<java.lang.String,Message.Type> |
Message.Type.tokenMap
map from the token to the type
|
Modifier and Type | Method and Description |
---|---|
static Message.Type |
Message.Type.fromToken(java.lang.String denicToken)
return the level for the given token
|
Message.Type |
Message.getType()
return the type of the message
|
static Message.Type |
Message.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
Message.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static Message |
Message.createMessage(Message.Type type)
factory for the various message types
|
protected void |
Message.setData(java.lang.String theID,
Message.Type theType,
java.util.Date theCreationDate)
set the member variables of this base class
|
Modifier and Type | Field and Description |
---|---|
private Message.Type |
QueueDeleteRequest.messageType
the message type
|
private Message.Type |
QueueReadRequest.typeLimitation
the requested message type
|
Modifier and Type | Method and Description |
---|---|
Message.Type |
QueueDeleteRequest.getMessageType()
return the type of the message that shall be deleted
|
Message.Type |
QueueReadRequest.getTypeLimitation()
return the message type to which the read request is limited
|
Modifier and Type | Method and Description |
---|---|
void |
QueueDeleteRequest.setMessageType(Message.Type type)
set the message type of the message that shall be deleted.
|
void |
QueueReadRequest.setTypeLimitation(Message.Type type)
set the message type to which the read request shall be limited
|
Constructor and Description |
---|
QueueDeleteRequest(java.lang.String id,
Message.Type type)
constructor
|
QueueReadRequest(Message.Type type)
constructor
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Optional<Message.Type> |
Test.QueueDeleteAll.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH