Class LegacyCommunicationManager.ClientCache

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    LegacyCommunicationManager

    @Deprecated
    public class LegacyCommunicationManager.ClientCache
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated.
    As of 7.1. See #11410.
    Helper class for terminal to keep track of data that client is expected to know. TODO make customlayout templates (from theme) to be cached here.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientCache()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean cache​(java.lang.Object object)
      Deprecated.
       
      void clear()
      Deprecated.
       
      boolean isEmpty()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientCache

        public ClientCache()
        Deprecated.
    • Method Detail

      • cache

        public boolean cache​(java.lang.Object object)
        Deprecated.
        Parameters:
        object -
        Returns:
        true if the given class was added to cache
      • clear

        public void clear()
        Deprecated.
      • isEmpty

        public boolean isEmpty()
        Deprecated.