Class PlatformAbstractService

    • Field Detail

      • svc

        protected Object svc
        .Net binary service.
      • interceptors

        protected Object interceptors
        Service call interceptors.
      • srvKeepBinary

        protected boolean srvKeepBinary
        Whether to keep objects binary on server if possible.
      • ptr

        protected transient long ptr
        Pointer to deployed service.
    • Constructor Detail

      • PlatformAbstractService

        public PlatformAbstractService()
        Default constructor for serialization.
      • PlatformAbstractService

        public PlatformAbstractService​(Object svc,
                                       PlatformContext ctx,
                                       boolean srvKeepBinary,
                                       @Nullable
                                       @Nullable Object interceptors)
        Constructor.
        Parameters:
        svc - Service.
        ctx - Context.
        srvKeepBinary - Whether to keep objects binary on server if possible.
        interceptors - Service call interceptors.