Uses of Class
org.overlord.sramp.ui.client.services.ServiceNotFoundException

Packages that use ServiceNotFoundException
org.overlord.sramp.ui.client.activities   
org.overlord.sramp.ui.client.services   
org.overlord.sramp.ui.client.views   
 

Uses of ServiceNotFoundException in org.overlord.sramp.ui.client.activities
 

Methods in org.overlord.sramp.ui.client.activities that throw ServiceNotFoundException
protected
<T extends IService>
T
AbstractActivity.getService(Class<T> serviceType)
          Gets a service.
 

Uses of ServiceNotFoundException in org.overlord.sramp.ui.client.services
 

Methods in org.overlord.sramp.ui.client.services that throw ServiceNotFoundException
<T extends IService>
T
Services.getService(Class<T> serviceType)
           
<T extends IService>
T
IServices.getService(Class<T> serviceType)
          Gets a service.
 

Uses of ServiceNotFoundException in org.overlord.sramp.ui.client.views
 

Methods in org.overlord.sramp.ui.client.views that throw ServiceNotFoundException
protected
<T extends IService>
T
AbstractView.getService(Class<T> serviceType)
          Gets a service.
 



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