org.glassfish.paas.tenantmanager.entity
Class TenantServices.Duck
java.lang.Object
org.glassfish.paas.tenantmanager.entity.Tenant.Extensible
org.glassfish.paas.tenantmanager.entity.TenantServices.Duck
- Enclosing interface:
- TenantServices
public static class TenantServices.Duck
- extends Tenant.Extensible
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TenantServices.Duck
public TenantServices.Duck()
getDefaultServices
public static List<DefaultService> getDefaultServices(TenantServices tenantServices)
getSharedServices
public static List<SharedService> getSharedServices(TenantServices tenantServices)
getExternalServices
public static List<ExternalService> getExternalServices(TenantServices tenantServices)
getServiceByType
public static <T extends TenantService> T getServiceByType(TenantServices tenantServices,
Class<T> type)
Copyright © 2012. All Rights Reserved.