org.glassfish.paas.tenantmanager.entity
Interface Environments

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy

public interface Environments
extends org.jvnet.hk2.config.ConfigBeanProxy

Tenant environments place holder.

Author:
Andriy Zhdanov

Nested Class Summary
static class Environments.Duck
           
 
Method Summary
 List<TenantEnvironment> getEnvironments()
           
<T extends TenantEnvironment>
T
getEnvironmentsByType(Class<T> type)
          Get particular environments by type.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

Method Detail

getEnvironments

List<TenantEnvironment> getEnvironments()

getEnvironmentsByType

@DuckTyped
<T extends TenantEnvironment> T getEnvironmentsByType(Class<T> type)
Get particular environments by type.

Returns:
Service. May be null.


Copyright © 2012. All Rights Reserved.