Class DeniedMethodKey

java.lang.Object
org.jboss.as.ejb3.component.allowedmethods.DeniedMethodKey

public final class DeniedMethodKey extends Object
Author:
Stuart Douglas
  • Constructor Details

    • DeniedMethodKey

      public DeniedMethodKey(org.jboss.as.ee.component.interceptors.InvocationType invocationType, MethodType methodType)
  • Method Details

    • getInvocationType

      public org.jboss.as.ee.component.interceptors.InvocationType getInvocationType()
    • getMethodType

      public MethodType getMethodType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object