Update of /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19063/1.1
Modified Files:
Quartz.dll Quartz.xml
Log Message:
Updated to version with virtualized JobDetail
Index: Quartz.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1/Quartz.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Quartz.xml 11 Sep 2007 09:33:25 -0000 1.2
--- Quartz.xml 12 Sep 2007 18:38:56 -0000 1.3
***************
*** 14212,14218 ****
the default settings of all the other properties.
<p>
! Note that the {@link #setName(String)},{@link #setGroup(String)}and
! {@link #setJobClass(Class)}methods must be called before the job can be
! placed into a {@link Scheduler}
</p>
</summary>
--- 14212,14218 ----
the default settings of all the other properties.
<p>
! Note that the <see cref="P:Quartz.JobDetail.Name"/>,<see cref="P:Quartz.JobDetail.Group"/> and
! <see cref="P:Quartz.JobDetail.JobType"/> properties must be set before the job can be
! placed into a <see cref="T:Quartz.IScheduler"/>.
</p>
</summary>
***************
*** 14256,14267 ****
</member>
<member name="M:Quartz.JobDetail.RemoveJobListener(System.String)">
! <summary> <p>
Remove the specified name of a <see cref="T:Quartz.IJobListener"/> from
the <see cref="T:Quartz.IJob"/>'s list of listeners.
- </p>
-
</summary>
! <returns> true if the given name was found in the list, and removed
! </returns>
</member>
<member name="M:Quartz.JobDetail.ToString">
--- 14256,14264 ----
</member>
<member name="M:Quartz.JobDetail.RemoveJobListener(System.String)">
! <summary>
Remove the specified name of a <see cref="T:Quartz.IJobListener"/> from
the <see cref="T:Quartz.IJob"/>'s list of listeners.
</summary>
! <returns>true if the given name was found in the list, and removed</returns>
</member>
<member name="M:Quartz.JobDetail.ToString">
***************
*** 14324,14328 ****
<summary>
Get or sets the group of this <see cref="T:Quartz.IJob"/>.
! If <see langword="null"/>, Scheduler.DEFAULT_GROUP will be used.
</summary>
<exception cref="T:System.ArgumentException">
--- 14321,14325 ----
<summary>
Get or sets the group of this <see cref="T:Quartz.IJob"/>.
! If <see langword="null"/>, <see cref="F:Quartz.SchedulerConstants.DEFAULT_GROUP"/> will be used.
</summary>
<exception cref="T:System.ArgumentException">
***************
*** 14409,14415 ****
<member name="P:Quartz.JobDetail.JobListenerNames">
<summary>
! Returns an array of <see cref="T:System.String"/> s containing the names of all
<see cref="T:Quartz.IJobListener"/> s assigned to the <see cref="T:Quartz.IJob"/>,
! in the order in which they should be notified.
</summary>
</member>
--- 14406,14413 ----
<member name="P:Quartz.JobDetail.JobListenerNames">
<summary>
! Gets or sets an array of <see cref="T:System.String"/> s containing the names of all
<see cref="T:Quartz.IJobListener"/> s assigned to the <see cref="T:Quartz.IJob"/>,
! in the order in which they should be notified. Setting the array
! clears any listener names that were in the list.
</summary>
</member>
Index: Quartz.dll
===================================================================
RCS file: /cvsroot/springnet/Spring.Net.Integration/projects/Spring.Scheduling.Quartz/lib/net/1.1/Quartz.dll,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvs3RuakL and /tmp/cvszjMpy3 differ
|