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.Method
getMethod()
java.lang.String
getMethodName()
int
getPriority()
void
setMethod(java.lang.reflect.Method method)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-