org.glassfish.paas.tenantmanager.entity
Class TenantServices.Duck

java.lang.Object
  extended by org.glassfish.paas.tenantmanager.entity.Tenant.Extensible
      extended by org.glassfish.paas.tenantmanager.entity.TenantServices.Duck
Enclosing interface:
TenantServices

public static class TenantServices.Duck
extends Tenant.Extensible


Constructor Summary
TenantServices.Duck()
           
 
Method Summary
static List<DefaultService> getDefaultServices(TenantServices tenantServices)
           
static List<ExternalService> getExternalServices(TenantServices tenantServices)
           
static
<T extends TenantService>
T
getServiceByType(TenantServices tenantServices, Class<T> type)
           
static List<SharedService> getSharedServices(TenantServices tenantServices)
           
 
Methods inherited from class org.glassfish.paas.tenantmanager.entity.Tenant.Extensible
getExtensionByType, getExtensionsByType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TenantServices.Duck

public TenantServices.Duck()
Method Detail

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.