Class EntityIndication

All Implemented Interfaces:
Runnable, org.eclipse.net4j.util.container.IManagedContainerProvider

public class EntityIndication extends IndicationWithResponse
Since:
4.20
Author:
Eike Stepper
  • Constructor Details

    • EntityIndication

      public EntityIndication(SignalProtocol<?> protocol)
  • Method Details

    • indicating

      protected void indicating(org.eclipse.net4j.util.io.ExtendedDataInputStream in) throws Exception
      Specified by:
      indicating in class IndicationWithResponse
      Throws:
      Exception
    • responding

      protected void responding(org.eclipse.net4j.util.io.ExtendedDataOutputStream out) throws Exception
      Description copied from class: IndicationWithResponse
      Important Note: The response must not be empty, i.e. the stream must be used at least to write a boolean. Otherwise synchronization problems will result!
      Specified by:
      responding in class IndicationWithResponse
      Throws:
      Exception
    • getEntityStore

      protected org.eclipse.net4j.util.collection.Entity.Store getEntityStore()
    • getStringCompressor

      protected org.eclipse.net4j.util.io.StringCompressor getStringCompressor()