Index

A C D E G I M O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

acknowledgeMessage(MessageAcknowledgeDTO, MessagePropertyDTO[]) - Method in interface de.aeb.xnsg.messagepool.bf.adapter.IMessageAdapterBF
called by the receiver when the message was queried via getMessage(), to inform the sender on how the message was received
acknowledgeState - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageAcknowledgeDTO
the type of acknowledge, may be success, retry or error

C

CANCELED - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageAcknowledgeDTO
 
content - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
 
contentType - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
 

D

de.aeb.xnsg.messagepool.bf.adapter - package de.aeb.xnsg.messagepool.bf.adapter
 

E

ERROR - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageAcknowledgeDTO
 

G

getDateProperty(String) - Method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
answer the property stored under supplied name.
getDateValue(Date) - Static method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
convert the argument into a string.
getIntegerValue(Integer) - Static method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
convert the argument into a string.
getIntProperty(String) - Method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
answser the property stored under supplied name
getMessage(MessagePropertyDTO[]) - Method in interface de.aeb.xnsg.messagepool.bf.adapter.IMessageAdapterBF
called by the receiver when the sending system operates in "event" mode waiting for the receiver to fetch the next message
getPropertiesArray() - Method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
get all properties defined in this helper as an array
getProperty(String) - Method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
answer the property stored under the supplied name
getValueAsDate(String) - Static method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
convert the argument into a date.
getValueAsInteger(String) - Static method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
convert the argument to an integer - its format is expected to be in the form as obtained by getIntegerValue

I

IMessageAdapterBF - Interface in de.aeb.xnsg.messagepool.bf.adapter
Interface with which the Incoming or Outgoing Adapters communicate message transfer from client to server.
InvalidMessageArguments - Exception in de.aeb.xnsg.messagepool.bf.adapter
Exception thrown when invocation arguments are invalid
This is a checked exception that leaves the session bean alive, and is not automatically logged as an error by application server
InvalidMessageArguments(String) - Constructor for exception de.aeb.xnsg.messagepool.bf.adapter.InvalidMessageArguments
create an exception with its explaining reason

M

MessageAcknowledgeDTO - Class in de.aeb.xnsg.messagepool.bf.adapter
Outcome of processing of a message through an incoming or outgoing adapter an incoming channel gives this object to the incoming adapter which can thus inform the message source of the result of message handling, an outgoing channel must give this object to its handler to provide it (and the pool) with information on how the message was transferred
MessageAcknowledgeDTO() - Constructor for class de.aeb.xnsg.messagepool.bf.adapter.MessageAcknowledgeDTO
 
MessageBF_DTO - Class in de.aeb.xnsg.messagepool.bf.adapter
representation of a message on the wire of the message pool business facade
MessageBF_DTO() - Constructor for class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
 
MessageDTOPropertyHelper - Class in de.aeb.xnsg.messagepool.bf.adapter
class that helps handling of the properties array exchanged in the MessageBF_DTO
MessageDTOPropertyHelper() - Constructor for class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
constructor
MessageDTOPropertyHelper(MessagePropertyDTO[]) - Constructor for class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
constructor upon an existing properties array
messageId - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageAcknowledgeDTO
the message id to which this acknowledge data belongs
messageId - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
 
MessagePropertyDTO - Class in de.aeb.xnsg.messagepool.bf.adapter
a property as used in the MessageBF_DTO passing message properties in this format ensures maximum interoperability between different versions of client and server the server can supply default values for properties which the client does not send, the server may ignore unknown properties set by the client, unless the client forces such properties to be understood
MessagePropertyDTO() - Constructor for class de.aeb.xnsg.messagepool.bf.adapter.MessagePropertyDTO
 
MessagePropertyDTO(String, String, boolean) - Constructor for class de.aeb.xnsg.messagepool.bf.adapter.MessagePropertyDTO
 
MSG_CHANNEL_ID - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
id of the channel to which this message belongs
MSG_GENERATED_FROM_ID - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
The message id this message was generated (copied or converted) from.
MSG_GROUP_ID - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
id of group where message belongs to.
MSG_INCOMING_BF_ORIGIN - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
message property to transfer this information savely through pool
MSG_MESSAGE_TYPE - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
the type of the message (freely definable)
MSG_ORIGIN - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
logical name or description of originator of the message
MSG_PRIORITY - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
priority of the message.
MSG_TARGET - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
the target of the message (=next destination)
mustUnderstand - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessagePropertyDTO
if true, the receiver must understand/support the property or fail to process the message.

O

OK - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageAcknowledgeDTO
 

P

properties - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO
 
propertyName - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessagePropertyDTO
the name of the property.
propertyValue - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessagePropertyDTO
the value of the property
putMessage(MessageBF_DTO) - Method in interface de.aeb.xnsg.messagepool.bf.adapter.IMessageAdapterBF
called when the sending system operates in "polling" mode and is actively sending a message to its target

R

RETRY - Static variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageAcknowledgeDTO
 

S

setDateProperty(String, Date, boolean) - Method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
set property to specified Date value
setIntProperty(String, Integer, boolean) - Method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
set property to specified integer value,
setProperty(String, String, boolean) - Method in class de.aeb.xnsg.messagepool.bf.adapter.MessageDTOPropertyHelper
set the property to specified value

T

text - Variable in class de.aeb.xnsg.messagepool.bf.adapter.MessageAcknowledgeDTO
explaining text of the processing, this is needed especially in case of no success
A C D E G I M O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form