Interface GuardInvocationHandler

All Superinterfaces:
InvocationHandler
All Known Implementing Classes:
ArtemisMBeanServerGuard, ArtemisRbacInvocationHandler

public interface GuardInvocationHandler extends InvocationHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canInvoke(String object, String operationName)
     

    Methods inherited from interface java.lang.reflect.InvocationHandler

    invoke
  • Method Details

    • canInvoke

      boolean canInvoke(String object, String operationName)