de.fzj.unicore.uas.discovery
Class GatewayRegistration

java.lang.Object
  extended by de.fzj.unicore.uas.discovery.GatewayRegistration
All Implemented Interfaces:
java.lang.Runnable

public class GatewayRegistration
extends java.lang.Object
implements java.lang.Runnable

registers with a gateway and updates the registration periodically

Author:
schuller

Constructor Summary
GatewayRegistration()
          creates a new GatewayRegistration using the default update interval of 60 seconds
GatewayRegistration(int updateInterval)
          creates a new GatewayRegistration
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayRegistration

public GatewayRegistration()
                    throws java.lang.Exception
creates a new GatewayRegistration using the default update interval of 60 seconds

Throws:
java.lang.Exception

GatewayRegistration

public GatewayRegistration(int updateInterval)
                    throws java.lang.Exception
creates a new GatewayRegistration

Parameters:
updateInterval - - in seconds
Throws:
java.lang.Exception
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2006-2010 Research Center Juelich. All Rights Reserved.