org.universAAL.lddi.exporter.activityhub
Class AHServiceProvider

Package class diagram package AHServiceProvider
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.exporter.activityhub.AHServiceProvider

public class AHServiceProvider
extends ServiceCallee

uAAL service provider (service bus) for the ActivityHub no ontology definitions here!

Author:
Thomas Fuxreiter (foex@gmx.at)

Field Summary
 
Fields inherited from class org.universAAL.middleware.bus.member.BusMember
busResourceURI, owner, theBus
 
Constructor Summary
AHServiceProvider(AHManager ahManager)
          Constructor
 
Method Summary
 void communicationChannelBroken()
          This abstract method is called for each member of the bus when the bus is being stopped.
 ServiceResponse handleCall(ServiceCall call)
          handle service request from uAAL service bus
 
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

AHServiceProvider

public AHServiceProvider(AHManager ahManager)
Constructor

Parameters:
context -
realizedServices -
Method Detail

handleCall

public ServiceResponse handleCall(ServiceCall call)
handle service request from uAAL service bus

Specified by:
handleCall in class ServiceCallee
Parameters:
call - the call that needs to be serviced.
Returns:
the result of the call execution.
See Also:
ServiceCallee.handleCall(org.universAAL.middleware.service.ServiceCall)

communicationChannelBroken

public void communicationChannelBroken()
Description copied from class: ServiceCallee
This abstract method is called for each member of the bus when the bus is being stopped.

Specified by:
communicationChannelBroken in class ServiceCallee


Copyright © 2014 universAAL Consortium. All Rights Reserved.