站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

MessageListener (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.resource.cci
Interface MessageListener


public interface MessageListener

A request/response message listener that message driven beans may implement


Method Summary
 Record onMessage(Record inputData)
          Request response style message listener
 

Method Detail

onMessage

public Record onMessage(Record inputData)
                 throws ResourceException
Request response style message listener

Parameters:
inputData - the input data
Returns:
the response or null
Throws:
ResourceException - for any error


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.