com.sapportals.wcm.repository.manager

Interface ITuccEnabledEventReceiver

All Superinterfaces:
com.sap.netweaver.bc.tuccmonitor.ITuccAware, com.sap.netweaver.bc.tuccmonitor.ITuccComponent

public interface ITuccEnabledEventReceiver
extends com.sap.netweaver.bc.tuccmonitor.ITuccComponent

This interface can optionally be implemented by TUCC enabled event receivers in addition to the IResourceEventReceiver(Bulk) interface. The ITuccComponent interface can be implemented instead if the receiver is a singleton.


Method Summary
 String getId()
          Must return an unique identifier for this receiver instance.
 
Methods inherited from interface com.sap.netweaver.bc.tuccmonitor.ITuccComponent
onCompensate, onConfirm
 

Method Detail

getId

String getId()
Must return an unique identifier for this receiver instance. The class name (this.getClass().getName()) is NOT sufficient if the receiver is not a singleton - that means, multiple instances of the same class are registered at the same event broker which behave differently (e.g. handle different events).

Returns:
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice