Interface ExecutorInstanceHandler

  • All Known Implementing Classes:
    ExecutorMethodInstanceHandler

    public interface ExecutorInstanceHandler
    This interface provides a method for deciding whether a certain method call returns the calling instance.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean returnsOwnInstance​(java.lang.String internalClassName, java.lang.String methodName)
      Return whether the method always returns its calling instance.
    • Method Detail

      • returnsOwnInstance

        boolean returnsOwnInstance​(java.lang.String internalClassName,
                                   java.lang.String methodName)
        Return whether the method always returns its calling instance. If unknown, return false.