net.anotheria.moskito.central
Class Central

java.lang.Object
  extended by net.anotheria.moskito.central.Central

public class Central
extends Object

Main class of the central.

Since:
15.03.13 23:10
Author:
lrosenberg

Constructor Summary
Central()
           
 
Method Summary
static Central getConfiguredInstance(Configuration config)
          Returns a specially configured instance.
static Central getInstance()
          Returns the singleton instance.
 void processIncomingSnapshot(Snapshot snapshot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Central

public Central()
Method Detail

getInstance

public static Central getInstance()
Returns the singleton instance.

Returns:

getConfiguredInstance

public static Central getConfiguredInstance(Configuration config)
Returns a specially configured instance. For unit tests.

Parameters:
config -
Returns:

processIncomingSnapshot

public void processIncomingSnapshot(Snapshot snapshot)


Copyright © 2010-2013 anotheria.net. All Rights Reserved.