SPR-8205 added support for a 'trigger' attribute (bean ref) on scheduled-task elements

This commit is contained in:
Mark Fisher
2011-06-03 18:54:21 +00:00
parent da41c9bb11
commit 72420c79cb
4 changed files with 58 additions and 17 deletions

View File

@@ -216,6 +216,13 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="trigger" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[
A reference to a bean that implements the Trigger interface.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ref" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation><![CDATA[