Uses of Interface
org.terracotta.management.registry.action.ExposedObject

Packages that use ExposedObject
org.terracotta.management.registry   
org.terracotta.management.registry.collect   
 

Uses of ExposedObject in org.terracotta.management.registry
 

Fields in org.terracotta.management.registry with type parameters of type ExposedObject
protected  Queue<ExposedObject<T>> AbstractManagementProvider.managedObjects
           
 

Methods in org.terracotta.management.registry that return ExposedObject
protected  ExposedObject<T> AbstractManagementProvider.findExposedObject(Context context)
           
protected abstract  ExposedObject<T> AbstractManagementProvider.wrap(T managedObject)
           
 

Methods in org.terracotta.management.registry with parameters of type ExposedObject
protected  void AbstractManagementProvider.dispose(ExposedObject<T> exposedObject)
           
 

Uses of ExposedObject in org.terracotta.management.registry.collect
 

Classes in org.terracotta.management.registry.collect that implement ExposedObject
static class StatisticCollectorProvider.ExposedStatisticCollector<T extends StatisticCollector>
           
 

Methods in org.terracotta.management.registry.collect that return ExposedObject
protected  ExposedObject<T> StatisticCollectorProvider.wrap(T managedObject)
           
 



Copyright © 2016. All Rights Reserved.