net.anotheria.moskito.central.connectors.rest
Class RESTConnector

java.lang.Object
  extended by net.anotheria.moskito.core.plugins.AbstractMoskitoPlugin
      extended by net.anotheria.moskito.central.connectors.AbstractCentralConnector
          extended by net.anotheria.moskito.central.connectors.rest.RESTConnector
All Implemented Interfaces:
MoskitoPlugin, SnapshotConsumer

public class RESTConnector
extends AbstractCentralConnector

REST connector implemetation to the Central.

Author:
dagafonov

Constructor Summary
RESTConnector()
          Default constructor.
 
Method Summary
protected  void sendData(Snapshot snapshot)
          Connector specific implementation.
 void setConfigurationName(String configurationName)
           
 
Methods inherited from class net.anotheria.moskito.central.connectors.AbstractCentralConnector
consumeSnapshot, deInitialize, initialize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RESTConnector

public RESTConnector()
Default constructor.

Method Detail

setConfigurationName

public void setConfigurationName(String configurationName)
Specified by:
setConfigurationName in interface MoskitoPlugin
Overrides:
setConfigurationName in class AbstractMoskitoPlugin

sendData

protected void sendData(Snapshot snapshot)
Description copied from class: AbstractCentralConnector
Connector specific implementation.

Specified by:
sendData in class AbstractCentralConnector


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