Class ClientApiSafeLocal<RT>

  • All Implemented Interfaces:
    ClientApiSafe

    public abstract class ClientApiSafeLocal<RT>
    extends java.lang.Object
    implements ClientApiSafe
    • Field Detail

      • remoteApi

        protected final RT remoteApi
    • Constructor Detail

      • ClientApiSafeLocal

        protected ClientApiSafeLocal​(RT remoteApi)
    • Method Detail

      • getRemoteApi

        public RT getRemoteApi()