Take a survey

Component XML Reference > Component XML Elements > Component element > lifecycle-class

lifecycle-class
The name of a class file within the component’s class path that implements the LifeCycle interface. By using the lifecycle-class element, you can determine start and stop behavior. That is, you can determine what occurs when the component is started and stopped. The implementation of the lifecycle-class interface is optional, as is this element.
<lifecycle-class>
	"xs:string"
</lifecycle-class>
Located in the component element.
Example
<lifecycle-class>com.adobe.livecycle.sample.bank.LifeCycleImpl</lifecycle-class>
Note: For information, see Defining the service’s LifeCycle implementation.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/componentXMLREF.152.7.html