Class ResModelManagerWebService

java.lang.Object
de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService<T>
de.aristaflow.ilm.ws.base.service.AbstractRootResourceWebService<de.aristaflow.adept2.core.resmodelmanager.ResModelManager>
de.aristaflow.ilm.ws.core.resmodelmanager.ResModelManagerWebService

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

    • 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:
    • 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:
    • 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.
  • Constructor Details

  • Method Details