Enterprise JavaBeans Persistent Timers4.03.2
Enterprise JavaBeans Persistent Timers
4.0
3.2
This feature enables the use of persistent timers in Enterprise JavaBeans.
Enabling this feature
To enable the Enterprise JavaBeans Persistent Timers 3.2 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
Copied to clipboard
<feature>ejbPersistentTimer-3.2</feature>
Developing a feature that depends on this feature
If you are developing a feature that depends on this feature, include the following item in the Subsystem-Content
header in your feature manifest file.
Copied to clipboard
com.ibm.websphere.appserver.ejbPersistentTimer-3.2; type="osgi.subsystem.feature"