net.anotheria.moskito.central.connectors.embedded
Class EmbeddedConnector

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

public class EmbeddedConnector
extends AbstractCentralConnector

This connector allows to run moskito central embedded in any moskito instance. This is useful for 1 server systems to reduce complexity.

Since:
20.03.13 14:17
Author:
lrosenberg, dagafonov

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

Constructor Detail

EmbeddedConnector

public EmbeddedConnector()
Default constructor.

Method Detail

sendData

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

Specified by:
sendData in class AbstractCentralConnector

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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