You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Paul Hammant <Pa...@yahoo.com> on 2002/12/26 20:56:23 UTC

Re: cvs commit: jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/scheduler DefaultTimeScheduler.java

Eung-Ju,

I'd prefer to leave it in as it gives the _deployer_ choice as to 
whether to expose the innards of time shceduling to JMX view or to hide 
them completely.

I planned to offer second entry point to all the cornerstone blocks....

Also, it did work in phoenix without the 'implements' change.

Regards,

- Paul

>  Modified:    src/java/org/apache/avalon/cornerstone/blocks/scheduler
>                        DefaultTimeScheduler.java
>  Log:
>  Implements MonitorableSchedulerMBean.
>  Do we need MonitorableScheduler?
>  
>  Revision  Changes    Path
>  1.26      +1 -1      jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/scheduler/DefaultTimeScheduler.java
>  
>  Index: DefaultTimeScheduler.java
>  ===================================================================
>  RCS file: /home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/scheduler/DefaultTimeScheduler.java,v
>  retrieving revision 1.25
>  retrieving revision 1.26
>  diff -u -r1.25 -r1.26
>  --- DefaultTimeScheduler.java	18 Oct 2002 10:14:01 -0000	1.25
>  +++ DefaultTimeScheduler.java	24 Dec 2002 04:13:57 -0000	1.26
>  @@ -34,7 +34,7 @@
>    */
>   public class DefaultTimeScheduler
>       extends AbstractLogEnabled
>  -    implements TimeScheduler, Serviceable, Startable, Disposable, Runnable
>  +    implements TimeScheduler, Serviceable, Startable, Disposable, Runnable, MonitorableTimeSchedulerMBean
>   {
>       private final Hashtable m_entries = new Hashtable();
>       private final PriorityQueue m_priorityQueue =
>  
>  
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>