Interface ProtocolTranslator

All Known Implementing Classes:
HAServiceProtocolClientSideTranslatorPB, ZKFCProtocolClientSideTranslatorPB

@Private public interface ProtocolTranslator
An interface implemented by client-side protocol translators to get the underlying proxy object the translator is operating on.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the proxy object underlying this protocol translator.
  • Method Details

    • getUnderlyingProxyObject

      Object getUnderlyingProxyObject()
      Return the proxy object underlying this protocol translator.
      Returns:
      the proxy object underlying this protocol translator.