Interface Metric<C>
-
- Type Parameters:
C- metric context
- All Superinterfaces:
Attribute,Definable<org.jboss.as.controller.AttributeDefinition>,Executable<C>
public interface Metric<C> extends Attribute, Executable<C>
Interface to be implemented by metric enumerations.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.jboss.as.clustering.controller.Attribute
getName, resolveModelAttribute
-
Methods inherited from interface org.jboss.as.clustering.controller.Definable
getDefinition
-
Methods inherited from interface org.jboss.as.clustering.controller.Executable
execute
-
-