com.tc.object.config
Interface ChangeApplicatorSpec
public interface ChangeApplicatorSpec
Defines change applicators to apply for each class. The change applicator
allows a module to replace a class definition if the module needs to swap in an
alternate version with some differing functionality in a cluster.
Method Summary |
java.lang.Class |
getChangeApplicator(java.lang.Class clazz)
Get the change applicator for a specified class |
getChangeApplicator
java.lang.Class getChangeApplicator(java.lang.Class clazz)
- Get the change applicator for a specified class
- Parameters:
clazz
- The class
- Returns:
- The change applicator if one exists, or null otherwise
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.