org.universAAL.ri.gateway.eimanager.impl.importing
Class ImportedProxyManager

Package class diagram package ImportedProxyManager
java.lang.Object
  extended by org.universAAL.ri.gateway.eimanager.impl.AbstractProxyManager
      extended by org.universAAL.ri.gateway.eimanager.impl.importing.ImportedProxyManager
All Implemented Interfaces:
ProxyManager

public class ImportedProxyManager
extends AbstractProxyManager


Field Summary
 
Fields inherited from class org.universAAL.ri.gateway.eimanager.impl.AbstractProxyManager
proxiedBusMembers
 
Constructor Summary
ImportedProxyManager(GatewayCommunicator communicator)
           
 
Method Summary
 void realizeLocalContextEventPublishment(String sourceId, ContextEvent event)
           
 void realizeLocalUIResponsePublishment(String sourceId, UIResponse response)
           
 ServiceResponse realizeRemoteServiceRequest(String targetId, ServiceCall request, String remoteBusMemberId)
           
 void realizeRemoteUIRequest(String targetId, UIRequest uiRequest)
           
 void refreshProxy(ProxyRegistration proxyRegistration)
           
 void registerProxies(InternalImportOperation op)
           
 void unregisterProxies(InternalImportOperation op)
           
 
Methods inherited from class org.universAAL.ri.gateway.eimanager.impl.AbstractProxyManager
unregisterAllProxies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportedProxyManager

public ImportedProxyManager(GatewayCommunicator communicator)
Method Detail

registerProxies

public void registerProxies(InternalImportOperation op)

unregisterProxies

public void unregisterProxies(InternalImportOperation op)

realizeLocalContextEventPublishment

public void realizeLocalContextEventPublishment(String sourceId,
                                                ContextEvent event)

realizeRemoteServiceRequest

public ServiceResponse realizeRemoteServiceRequest(String targetId,
                                                   ServiceCall request,
                                                   String remoteBusMemberId)
                                            throws IOException,
                                                   ClassNotFoundException
Throws:
IOException
ClassNotFoundException

realizeLocalUIResponsePublishment

public void realizeLocalUIResponsePublishment(String sourceId,
                                              UIResponse response)

realizeRemoteUIRequest

public void realizeRemoteUIRequest(String targetId,
                                   UIRequest uiRequest)
                            throws IOException
Throws:
IOException

refreshProxy

public void refreshProxy(ProxyRegistration proxyRegistration)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2014 universAAL Consortium. All Rights Reserved.