|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventReceiverBulk
Defines an asynchronous event receiver that is able to handle bulks of resource events.
If this receiver is registered for asynchronous events the receive() method
for single events (IEventReceiver.received(IEvent)) is never called.
If this is registered for synchronous events however, only the
method for single events will be called.
| Method Summary | |
|---|---|
int |
getMaxNumberOfEvents()
Returns the maximum number of events to receive in a single call of the received(IEvent[]) method
(that is the max. size of the event array). |
int |
getWaitTime()
Returns the amount of time in milliseconds to wait for the max. number getMaxNumberOfEvents() of events to be reached. |
void |
received(IEvent[] events)
This method will be called by the event broker with an array of events. |
| Methods inherited from interface com.sapportals.wcm.util.events.IEventReceiver |
|---|
received |
| Method Detail |
|---|
int getMaxNumberOfEvents()
received(IEvent[]) method
(that is the max. size of the event array). The returned number must be > 1.
received(IEvent[]) method.int getWaitTime()
getMaxNumberOfEvents() of events to be reached.
The returned number should be > 1000.
getMaxNumberOfEvents() of events to be reached.void received(IEvent[] events)
events - | Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||