org.inria.myriads.snoozecommon.communication.rest.api.impl
Class RESTletBootstrapCommunicator

java.lang.Object
  extended by org.inria.myriads.snoozecommon.communication.rest.api.impl.RESTletBootstrapCommunicator
All Implemented Interfaces:
BootstrapAPI

public final class RESTletBootstrapCommunicator
extends Object
implements BootstrapAPI

REST bootstrap communicator class.

Author:
Eugen Feller

Constructor Summary
RESTletBootstrapCommunicator(NetworkAddress bootstrapAddress)
          Bootstrap communicator constructor.
 
Method Summary
 GroupManagerDescription getGroupLeaderDescription()
          Request the current group leader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTletBootstrapCommunicator

public RESTletBootstrapCommunicator(NetworkAddress bootstrapAddress)
Bootstrap communicator constructor.

Parameters:
bootstrapAddress - The bootstrap address
Method Detail

getGroupLeaderDescription

public GroupManagerDescription getGroupLeaderDescription()
Request the current group leader.

Specified by:
getGroupLeaderDescription in interface BootstrapAPI
Returns:
Current group leader description


Copyright © 2012. All Rights Reserved.