infoservice.agreement.paxos.integration
Class InfoServicePaxosTarget

java.lang.Object
  extended by infoservice.agreement.paxos.integration.InfoServicePaxosTarget
All Implemented Interfaces:
IPaxosTarget

public class InfoServicePaxosTarget
extends java.lang.Object
implements IPaxosTarget


Field Summary
private  InfoServiceDBEntry m_infoService
           
 
Constructor Summary
InfoServicePaxosTarget(InfoServiceDBEntry a_infoService)
          Creates a new InfoServicePaxosTarget for the given InfoServiceDBEntry
 
Method Summary
 java.lang.String getId()
          Returns a unique identifier of this target
 InfoServiceDBEntry getInfoService()
          Returns the InfoServiceDBEntry for this target
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_infoService

private InfoServiceDBEntry m_infoService
Constructor Detail

InfoServicePaxosTarget

public InfoServicePaxosTarget(InfoServiceDBEntry a_infoService)
Creates a new InfoServicePaxosTarget for the given InfoServiceDBEntry

Parameters:
a_infoService -
Method Detail

getInfoService

public InfoServiceDBEntry getInfoService()
Returns the InfoServiceDBEntry for this target

Returns:

getId

public java.lang.String getId()
Description copied from interface: IPaxosTarget
Returns a unique identifier of this target

Specified by:
getId in interface IPaxosTarget
Returns: