net.anotheria.moskito.central.connectors.dime
Class DiMeCentralConnector

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.dime.DiMeCentralConnector
All Implemented Interfaces:
MoskitoPlugin, SnapshotConsumer

public class DiMeCentralConnector
extends AbstractCentralConnector

Moskito connector for RMI processing of incoming snapshots.

Author:
dagafonov

Constructor Summary
DiMeCentralConnector()
          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

DiMeCentralConnector

public DiMeCentralConnector()
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.