org.infinispan.factories.components
Class ComponentMetadata.PrioritizedMethodMetadata

java.lang.Object
  extended by 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

Constructor Summary
ComponentMetadata.PrioritizedMethodMetadata(String methodName, int priority)
           
 
Method Summary
 Method getMethod()
           
 String getMethodName()
           
 int getPriority()
           
 void setMethod(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentMetadata.PrioritizedMethodMetadata

public ComponentMetadata.PrioritizedMethodMetadata(String methodName,
                                                   int priority)
Method Detail

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.