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

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

public static class Tenant.Duck
extends Tenant.Extensible


Constructor Summary
Tenant.Duck()
           
 
Method Summary
static
<T extends TenantExtension>
T
getExtensionByType(Tenant t, Class<T> type)
           
static boolean hasCreatedEnvironment(Tenant tenant)
           
 
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

Tenant.Duck

public Tenant.Duck()
Method Detail

hasCreatedEnvironment

public static boolean hasCreatedEnvironment(Tenant tenant)

getExtensionByType

public static <T extends TenantExtension> T getExtensionByType(Tenant t,
                                                               Class<T> type)


Copyright © 2012. All Rights Reserved.