All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.moskito.central.endpoints.rmi.RMIEndpointService Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package org.moskito.central.endpoints.rmi;

import net.anotheria.anoprise.metafactory.Service;
import org.moskito.central.Snapshot;

import org.distributeme.annotation.DistributeMe;

/**
 * Endpoint service for central connectivity.
 * 
 * @author dagafonov
 * 
 */
@DistributeMe(moskitoSupport = false, agentsSupport = false, enableEventService = false)
public interface RMIEndpointService extends Service {

	/**
	 * Puts snapshot to the Central.
	 * @param snapshot
	 * @throws RMIEndpointServiceException
	 */
	void processIncomingSnapshot(Snapshot snapshot) throws RMIEndpointServiceException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy