FileDocCategorySizeDatePackage
MessageListener.javaAPI DocGlassfish v2 API2716Fri May 04 22:35:34 BST 2007javax.resource.cci

MessageListener

public interface MessageListener
This serves as a request-response message listener type that message endpoints (message-driven beans) may implement. This allows an EIS to communicate with an endpoint using a request-response style.
author
Ram Jeyaraman
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public java.lang.RecordonMessage(java.lang.Record inputData)
This method allows an EIS to call a message endpoint using a request-response style communication.

param
inputData a Record instance.
return
a Record instance or null.
throws
ResourceException indicates an exceptional condition.