|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
TenantServices.getServiceByType(Class<T> type)
Get particular service by type. |
|
static
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||