org.infinispan.factories.components
Class ComponentMetadata.PrioritizedMethodMetadata
java.lang.Object
org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ComponentMetadata
public static class ComponentMetadata.PrioritizedMethodMetadata
- extends Object
- implements Serializable
This class encapsulates metadata on a prioritized method, such as one annotated with Start
or @Stop
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentMetadata.PrioritizedMethodMetadata
public ComponentMetadata.PrioritizedMethodMetadata(String methodName,
int priority)
getMethodName
public String getMethodName()
getMethod
public Method getMethod()
setMethod
public void setMethod(Method method)
getPriority
public int getPriority()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.