eu.emi.dsr.infrastructure
Class ServiceCheckin

java.lang.Object
  extended by eu.emi.dsr.infrastructure.ServiceCheckin
All Implemented Interfaces:
Runnable

public class ServiceCheckin
extends Object
implements Runnable

Service periodically checkin to the parent DSR

Author:
g.szigeti

Constructor Summary
ServiceCheckin(String parentUrl, String url, Long maxmessage)
          Constructor for a service checkin mechanism
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceCheckin

public ServiceCheckin(String parentUrl,
                      String url,
                      Long maxmessage)
               throws Throwable
Constructor for a service checkin mechanism

Parameters:
URL - of the parent DSR
own - URL
maximum - number of entries per message
Throws:
Throwable
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012. All Rights Reserved.