org.gcube.vremanagement.resourcebroker.impl.contexts
Class ResourceBinder

java.lang.Object
  extended by GCUBEScheduledHandler
      extended by org.gcube.vremanagement.resourcebroker.impl.contexts.ResourceBinder

public class ResourceBinder
extends GCUBEScheduledHandler

The agent responsible to publish and retrieve the persistent WS-Resources stored in the stateful broker context. It is demanded to properly initialize the resource in the appropriate scope.

Author:
Daniele Strollo (ISTI-CNR)

Constructor Summary
ResourceBinder(long interval, Mode mode)
          For internal use only.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBinder

public ResourceBinder(long interval,
                      Mode mode)
For internal use only. Periodically tries to create the resource if something goes wrong.

Parameters:
interval - the delay for further tries.
mode - the loop mode.