Uses of Class
org.terracotta.toolkit.ToolkitFeatureTypeInternal

Packages that use ToolkitFeatureTypeInternal
org.terracotta.toolkit   
org.terracotta.toolkit.internal   
 

Uses of ToolkitFeatureTypeInternal in org.terracotta.toolkit
 

Fields in org.terracotta.toolkit declared as ToolkitFeatureTypeInternal
static ToolkitFeatureTypeInternal<LicenseFeature> ToolkitFeatureTypeInternal.LICENSE
          License feature
static ToolkitFeatureTypeInternal<NonStopInternalFeature> ToolkitFeatureTypeInternal.NONSTOP
          NonStop internal feature
static ToolkitFeatureTypeInternal<ToolkitTransactionController> ToolkitFeatureTypeInternal.TRANSACTION
          Transaction feature
 

Methods in org.terracotta.toolkit that return ToolkitFeatureTypeInternal
static ToolkitFeatureTypeInternal[] ToolkitFeatureTypeInternal.values()
          Returns list of all features that a toolkit can support.
 

Uses of ToolkitFeatureTypeInternal in org.terracotta.toolkit.internal
 

Methods in org.terracotta.toolkit.internal with parameters of type ToolkitFeatureTypeInternal
<T extends org.terracotta.toolkit.ToolkitFeature>
T
ToolkitInternal.getFeature(ToolkitFeatureTypeInternal<T> type)
          Returns the ToolkitFeature implementation identified by type associated with the Toolkit.
 



Copyright © 2013 Terracotta, Inc.. All Rights Reserved.