Class ComponentMetadata.PrioritizedMethodMetadata
- java.lang.Object
-
- org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ComponentMetadata
public static class ComponentMetadata.PrioritizedMethodMetadata extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrioritizedMethodMetadata(java.lang.String methodName, int priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.MethodgetMethod()java.lang.StringgetMethodName()intgetPriority()voidsetMethod(java.lang.reflect.Method method)java.lang.StringtoString()
-
-
-
Method Detail
-
getMethodName
public java.lang.String getMethodName()
-
getMethod
public java.lang.reflect.Method getMethod()
-
setMethod
public void setMethod(java.lang.reflect.Method method)
-
getPriority
public int getPriority()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-