Uses of Class
com.sun.sgs.kernel.schedule.SchedulerRetryAction

Packages that use SchedulerRetryAction
com.sun.sgs.impl.kernel.schedule Provides scheduling facilities for the kernel. 
com.sun.sgs.kernel.schedule Provides queue ordering and retry behavior abstractions that may be used by scheduler implementations. 
 

Uses of SchedulerRetryAction in com.sun.sgs.impl.kernel.schedule
 

Methods in com.sun.sgs.impl.kernel.schedule that return SchedulerRetryAction
 SchedulerRetryAction ImmediateRetryPolicy.getRetryAction(ScheduledTask task)
          Determines if and how a task should be retried after a failure.
 SchedulerRetryAction NowOrLaterRetryPolicy.getRetryAction(ScheduledTask task)
          Determines if and how a task should be retried after a failure.
 

Uses of SchedulerRetryAction in com.sun.sgs.kernel.schedule
 

Methods in com.sun.sgs.kernel.schedule that return SchedulerRetryAction
 SchedulerRetryAction SchedulerRetryPolicy.getRetryAction(ScheduledTask task)
          Determines if and how a task should be retried after a failure.
static SchedulerRetryAction SchedulerRetryAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchedulerRetryAction[] SchedulerRetryAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved