org.terracotta.management.registry.action
Interface ExposedObject<T>

All Known Implementing Classes:
StatisticCollectorProvider.ExposedStatisticCollector

public interface ExposedObject<T>

Author:
Mathieu Carbou

Method Summary
 ClassLoader getClassLoader()
           
 T getTarget()
           
 boolean matches(Context context)
           
 

Method Detail

getTarget

T getTarget()

getClassLoader

ClassLoader getClassLoader()

matches

boolean matches(Context context)


Copyright © 2016. All Rights Reserved.