public class EJBMethodIdentifier extends Object
MethodIdentifier
this EJBMethodIdentifier
takes into the account the declaring class of the
method.
User: Jaikiran PaiConstructor and Description |
---|
EJBMethodIdentifier(org.jboss.invocation.proxy.MethodIdentifier methodIdentifier,
String methodDeclaringClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static EJBMethodIdentifier |
fromMethod(Method method) |
static EJBMethodIdentifier |
fromMethodInfo(org.jboss.jandex.MethodInfo methodInfo) |
org.jboss.invocation.proxy.MethodIdentifier |
getMethodIdentifier() |
int |
hashCode() |
public EJBMethodIdentifier(org.jboss.invocation.proxy.MethodIdentifier methodIdentifier, String methodDeclaringClass)
public static EJBMethodIdentifier fromMethodInfo(org.jboss.jandex.MethodInfo methodInfo)
public static EJBMethodIdentifier fromMethod(Method method)
public org.jboss.invocation.proxy.MethodIdentifier getMethodIdentifier()
Copyright © 2017 JBoss by Red Hat. All rights reserved.