org.security.session.manager.service
Class SCallee

Package class diagram package SCallee
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.security.session.manager.service.SCallee

public class SCallee
extends ServiceCallee

Author:
amedrano

Field Summary
 
Fields inherited from class org.universAAL.middleware.bus.member.BusMember
busResourceURI, owner, theBus
 
Constructor Summary
SCallee(ModuleContext context, ServiceProfile[] realizedServices, SessionManager sessionMngr)
           
 
Method Summary
 void communicationChannelBroken()
          
 ServiceResponse handleCall(ServiceCall call)
          
 
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

SCallee

public SCallee(ModuleContext context,
               ServiceProfile[] realizedServices,
               SessionManager sessionMngr)
Parameters:
context -
realizedServices -
Method Detail

communicationChannelBroken

public void communicationChannelBroken()

Specified by:
communicationChannelBroken in class ServiceCallee

handleCall

public ServiceResponse handleCall(ServiceCall call)

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.