org.overlord.sramp.ui.client.services
Interface IServices

All Known Implementing Classes:
Services

public interface IServices

Interface for the registry of services.

Author:
eric.wittmann@redhat.com

Method Summary
<T extends IService>
T
getService(Class<T> serviceType)
          Gets a service.
 

Method Detail

getService

<T extends IService> T getService(Class<T> serviceType)
                              throws ServiceNotFoundException
Gets a service.

Parameters:
serviceType - the type of service to get
Throws:
ServiceNotFoundException


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.