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.


Method Summary
 void onMessage(Message msg, MessageDrivenContext mdc, MDBJob job)
          Process the JMS message for the given MDB
 

Method Detail

onMessage

void onMessage(Message msg,
               MessageDrivenContext mdc,
               MDBJob job)
Process the JMS message for the given MDB

Parameters:
msg - JMS Message
mdc - JMS Message Driven Bean Context
job - MDB job that implements this job


Copyright 2009 SAP AG Complete Copyright Notice