org.glassfish.gmbal.impl
Class TimerAnnotationHelper.ManagedTimerEventController

java.lang.Object
  extended by TimerEventController
      extended by org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedTimerEventController
All Implemented Interfaces:
TimerAnnotationHelper.ManagedNamed
Enclosing class:
TimerAnnotationHelper

@ManagedObject
@Description(value="Controls entering and exiting Timers")
public class TimerAnnotationHelper.ManagedTimerEventController
extends TimerEventController
implements TimerAnnotationHelper.ManagedNamed


Constructor Summary
TimerAnnotationHelper.ManagedTimerEventController(TimerFactory factory, java.lang.String name)
           
 
Method Summary
 void enter(Timer timer)
           
 void exit(Timer timer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed
factory, name
 

Constructor Detail

TimerAnnotationHelper.ManagedTimerEventController

public TimerAnnotationHelper.ManagedTimerEventController(TimerFactory factory,
                                                         java.lang.String name)
Method Detail

enter

@ManagedOperation
@Description(value="Enter a particular Timer")
public void enter(Timer timer)

exit

@ManagedOperation
@Description(value="Exit a particular Timer")
public void exit(Timer timer)