com.sapportals.wcm.crt.component

Interface ISuspendable


public interface ISuspendable

This interface is used if a component needs to temporarily suspend execution during reconfiguration. The suspend() method will be called by the CRT to suspend the component before the reconfigure() call. The component will always be resumed after the reconfiguration (successfull or not).

Copyright (c) SAP AG 2001-2002


Method Summary
 void resume()
          Resumes the component.
 void suspend()
          Suspends the component.
 

Method Detail

suspend

void suspend()
Suspends the component.


resume

void resume()
Resumes the component.

Access Rights

This class can be accessed from:


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


Copyright 2014 SAP AG Complete Copyright Notice