org.universAAL.lddi.hdp
Class ContinuaHdpManagerProvider

Package class diagram package ContinuaHdpManagerProvider
java.lang.Object
  extended by org.universAAL.middleware.bus.member.BusMember
      extended by org.universAAL.middleware.bus.member.Callee
          extended by org.universAAL.middleware.service.ServiceCallee
              extended by org.universAAL.lddi.hdp.ContinuaHdpManagerProvider

public class ContinuaHdpManagerProvider
extends ServiceCallee


Field Summary
 
Fields inherited from class org.universAAL.middleware.bus.member.BusMember
busResourceURI, owner, theBus
 
Constructor Summary
protected ContinuaHdpManagerProvider(org.osgi.framework.BundleContext context)
           
protected ContinuaHdpManagerProvider(ModuleContext context)
           
 
Method Summary
 void communicationChannelBroken()
          Called when our class loses connection to the bus
 ServiceResponse handleCall(ServiceCall call)
          Called when a service request matches the service profile registered by our service callee
 
Methods inherited from class org.universAAL.middleware.service.ServiceCallee
addNewServiceProfiles, busDyingOut, getMyID, handleRequest, removeMatchingProfiles
 
Methods inherited from class org.universAAL.middleware.bus.member.BusMember
close, getType, getURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuaHdpManagerProvider

protected ContinuaHdpManagerProvider(ModuleContext context)

ContinuaHdpManagerProvider

protected ContinuaHdpManagerProvider(org.osgi.framework.BundleContext context)
Method Detail

communicationChannelBroken

public void communicationChannelBroken()
Called when our class loses connection to the bus

Specified by:
communicationChannelBroken in class ServiceCallee

handleCall

public ServiceResponse handleCall(ServiceCall call)
Called when a service request matches the service profile registered by our service callee

Specified by:
handleCall in class ServiceCallee
Parameters:
call - the call that needs to be serviced.
Returns:
the result of the call execution.


Copyright © 2014 universAAL Consortium. All Rights Reserved.