com.hack23.cia.service.impl.application
Class ApplicationManagerImpl

Package class diagram package ApplicationManagerImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.application.ApplicationManagerImpl
All Implemented Interfaces:
ApplicationManager

public class ApplicationManagerImpl
extends Object
implements ApplicationManager

The Class ApplicationManagerImpl.


Constructor Summary
Constructor and Description
ApplicationManagerImpl(List<BusinessService> businessServices, BusinessService defaultBusinessService)
          Instantiates a new application manager impl.
 
Method Summary
Modifier and Type Method and Description
 ServiceResponse service(ServiceRequest serviceRequest)
          Service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationManagerImpl

public ApplicationManagerImpl(List<BusinessService> businessServices,
                              BusinessService defaultBusinessService)
Instantiates a new application manager impl.

Parameters:
businessServices - the business services
defaultBusinessService - the default business service
Method Detail

service

public final ServiceResponse service(ServiceRequest serviceRequest)
Description copied from interface: ApplicationManager
Service.

Specified by:
service in interface ApplicationManager
Parameters:
serviceRequest - the service request
Returns:
the service response


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.