Class DeniedMethodKey
- java.lang.Object
-
- org.jboss.as.ejb3.component.allowedmethods.DeniedMethodKey
-
public final class DeniedMethodKey extends Object
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description DeniedMethodKey(InvocationType invocationType, MethodType methodType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)InvocationTypegetInvocationType()MethodTypegetMethodType()inthashCode()
-
-
-
Constructor Detail
-
DeniedMethodKey
public DeniedMethodKey(InvocationType invocationType, MethodType methodType)
-
-
Method Detail
-
getInvocationType
public InvocationType getInvocationType()
-
getMethodType
public MethodType getMethodType()
-
-