Class ResModelManagerWebService


  • public class ResModelManagerWebService
    extends AbstractRootResourceWebService<de.aristaflow.adept2.core.resmodelmanager.ResModelManager>
    See Also:
    ResModelManager
    • Field Detail

      • CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME

        public static final String CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME
        Configuration key for the time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
        See Also:
        Constant Field Values
      • REM_IT_INIT_ALIVE_TIME

        protected final long REM_IT_INIT_ALIVE_TIME
        The time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
      • CONF_REM_IT_ALIVE_TIME_EXTENSION

        public static final String CONF_REM_IT_ALIVE_TIME_EXTENSION
        Configuration key for the time in milliseconds to extend the remote iterator alive time after each access.
        See Also:
        Constant Field Values
      • REM_IT_ALIVE_TIME_EXTENSION

        protected final long REM_IT_ALIVE_TIME_EXTENSION
        The time in milliseconds to extend the remote iterator alive time after each access.