Uses of Interface
org.glassfish.paas.tenantmanager.entity.TenantService

Packages that use TenantService
org.glassfish.paas.tenantmanager.entity   
 

Uses of TenantService in org.glassfish.paas.tenantmanager.entity
 

Subinterfaces of TenantService in org.glassfish.paas.tenantmanager.entity
 interface DefaultService
          DefaultService is mapping to default a service would take if the deployer does not specify which one to use.
 interface ExternalService
          ExternalServices refers to services that are not provisioned by BG.
 interface SharedService
          SharedServices These are services that are shared by various environments of a tenant.
 

Methods in org.glassfish.paas.tenantmanager.entity with type parameters of type TenantService
<T extends TenantService>
T
TenantServices.getServiceByType(Class<T> type)
          Get particular service by type.
static
<T extends TenantService>
T
TenantServices.Duck.getServiceByType(TenantServices tenantServices, Class<T> type)
           
 

Methods in org.glassfish.paas.tenantmanager.entity that return types with arguments of type TenantService
 List<TenantService> TenantServices.getTenantServices()
          All tenant services.
 



Copyright © 2012. All Rights Reserved.