|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTimerEventController
org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedTimerEventController
@ManagedObject @Description(value="Controls entering and exiting Timers") public class TimerAnnotationHelper.ManagedTimerEventController
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 |
---|
public TimerAnnotationHelper.ManagedTimerEventController(TimerFactory factory, java.lang.String name)
Method Detail |
---|
@ManagedOperation @Description(value="Enter a particular Timer") public void enter(Timer timer)
@ManagedOperation @Description(value="Exit a particular Timer") public void exit(Timer timer)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |