org.universAAL.ri.gateway.eimanager
Interface ExportManager

Package class diagram package ExportManager
All Superinterfaces:
RepoEIManager
All Known Implementing Classes:
ExportManagerImpl

public interface ExportManager
extends RepoEIManager


Method Summary
 ProxyRegistration registerProxies(ImportRequest request)
           
 ServiceResponse sendServiceRequest(String sourceId, ServiceCall call, String memberId)
           
 void sendUIRequest(String sourceId, UIRequest request)
           
 void unregisterProxies(ImportRequest request)
           
 
Methods inherited from interface org.universAAL.ri.gateway.eimanager.RepoEIManager
memberAdded, memberRemoved
 

Method Detail

sendServiceRequest

ServiceResponse sendServiceRequest(String sourceId,
                                   ServiceCall call,
                                   String memberId)

sendUIRequest

void sendUIRequest(String sourceId,
                   UIRequest request)

registerProxies

ProxyRegistration registerProxies(ImportRequest request)
                                  throws IOException,
                                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

unregisterProxies

void unregisterProxies(ImportRequest request)


Copyright © 2014 universAAL Consortium. All Rights Reserved.