Uses of Class
org.gcube.common.core.utils.handlers.GCUBEScheduledHandler.Mode

Packages that use GCUBEScheduledHandler.Mode
org.gcube.common.core.contexts.ghn   
org.gcube.common.core.state   
org.gcube.common.core.utils.handlers   
 

Uses of GCUBEScheduledHandler.Mode in org.gcube.common.core.contexts.ghn
 

Constructors in org.gcube.common.core.contexts.ghn with parameters of type GCUBEScheduledHandler.Mode
Scheduler(GHNContext ctxt, long interval, GCUBEScheduledHandler.Mode mode)
          Creates an instance.
 

Uses of GCUBEScheduledHandler.Mode in org.gcube.common.core.state
 

Methods in org.gcube.common.core.state with parameters of type GCUBEScheduledHandler.Mode
<T> void
GCUBEStatefulResource.launchTask(String taskName, GCUBEHandler<T> task, Long delay, GCUBEScheduledHandler.Mode mode)
          Launches a scheduled task associated with the WS-Resource.
 

Uses of GCUBEScheduledHandler.Mode in org.gcube.common.core.utils.handlers
 

Methods in org.gcube.common.core.utils.handlers that return GCUBEScheduledHandler.Mode
 GCUBEScheduledHandler.Mode GCUBEScheduledHandler.getMode()
          Returns the execution mode of the ScheduledHandler.
static GCUBEScheduledHandler.Mode GCUBEScheduledHandler.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GCUBEScheduledHandler.Mode[] GCUBEScheduledHandler.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.common.core.utils.handlers with parameters of type GCUBEScheduledHandler.Mode
 void GCUBEScheduledHandler.setMode(GCUBEScheduledHandler.Mode mode)
          Sets the execution mode of the ScheduledHandler.
 

Constructors in org.gcube.common.core.utils.handlers with parameters of type GCUBEScheduledHandler.Mode
GCUBEScheduledHandler(long interval, GCUBEScheduledHandler.Mode mode, GCUBEHandler<HANDLED>... handler)
          Creates an instance with a given execution mode, time interval, and scheduled handler.
 



Copyright © 2013. All Rights Reserved.