Class RemoteServiceKey


  • public class RemoteServiceKey
    extends Object
    Author:
    Nikita Koksharov
    • Constructor Detail

      • RemoteServiceKey

        public RemoteServiceKey​(Class<?> serviceInterface,
                                String method,
                                long[] signature)
    • Method Detail

      • getMethodName

        public String getMethodName()
      • getSignature

        public long[] getSignature()
      • getServiceInterface

        public Class<?> getServiceInterface()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object