net.anotheria.moskito.central.endpoints.rmi
Interface RMIEndpointService

All Superinterfaces:
net.anotheria.anoprise.metafactory.Service
All Known Implementing Classes:
RemoteRMIEndpointServiceStub, RMIEndpointServiceImpl

@DistributeMe(moskitoSupport=false,
              agentsSupport=false,
              enableEventService=false)
public interface RMIEndpointService
extends net.anotheria.anoprise.metafactory.Service

Endpoint service for central connectivity.

Author:
dagafonov

Method Summary
 void processIncomingSnapshot(Snapshot snapshot)
          Puts snapshot to the Central.
 

Method Detail

processIncomingSnapshot

void processIncomingSnapshot(Snapshot snapshot)
                             throws RMIEndpointServiceException
Puts snapshot to the Central.

Parameters:
snapshot -
Throws:
RMIEndpointServiceException


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