C# Class Bend.Repl.ReplHandler.ReplPusher

Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
ReplPusher ( ReplHandler handler ) : System
addServer ( string server_guid ) : void
getRandomSeed ( ) : IReplConnection
scanSeeds ( ) : void
wakeUpLogSleepers ( ) : void

Method Details

ReplPusher() public method

public ReplPusher ( ReplHandler handler ) : System
handler ReplHandler
return System

addServer() public method

public addServer ( string server_guid ) : void
server_guid string
return void

getRandomSeed() public method

public getRandomSeed ( ) : IReplConnection
return IReplConnection

scanSeeds() public method

public scanSeeds ( ) : void
return void

wakeUpLogSleepers() public method

public wakeUpLogSleepers ( ) : void
return void