|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TenantServices
Tenant services.
| Nested Class Summary | |
|---|---|
static class |
TenantServices.Duck
|
| Method Summary | ||
|---|---|---|
List<DefaultService> |
getDefaultServices()
DefaultService types for a tenant. |
|
List<ExternalService> |
getExternalServices()
Services provisioned externally. |
|
|
getServiceByType(Class<T> type)
Get particular service by type. |
|
List<SharedService> |
getSharedServices()
Services shared by various environments of a tenant. |
|
List<TenantService> |
getTenantServices()
All tenant services. |
|
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Method Detail |
|---|
List<TenantService> getTenantServices()
@DuckTyped List<DefaultService> getDefaultServices()
@DuckTyped List<SharedService> getSharedServices()
@DuckTyped List<ExternalService> getExternalServices()
@DuckTyped <T extends TenantService> T getServiceByType(Class<T> type)
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||