Package com.tailf.dp

Interface NextObjectList<E>

All Superinterfaces:
Collection<E>, Iterable<E>, List<E>
All Known Implementing Classes:
NextObjectArrayList

public interface NextObjectList<E> extends List<E>
See Also:
  • Method Details

    • getTimeout

      int getTimeout()
      This method is used by the library to read the timeout value (in milliseconds) pertaining to the objects in this List instance. A value of 0 instructs NCS to use the default, governed by /ncs-config/japi/object-cache-timeout. When the timeout expires, NCS will discard the objects from its cache and if needed request them via the callback again.