com.sap.scheduler.runtime.mdb
Interface MDBJobDelegate
public interface MDBJobDelegate
Delegate interface to be implemented by vendors providing support for MDB jobs.
The class will be constructed using reflection. There is one class of this type
for each provider which is used by all jobs.
onMessage
void onMessage(Message msg,
MessageDrivenContext mdc,
MDBJob job)
- Process the JMS message for the given MDB
- Parameters:
msg - JMS Messagemdc - JMS Message Driven Bean Contextjob - MDB job that implements this job
Copyright 2009 SAP AG Complete Copyright Notice