Class AbstractClientIdFactory<T extends ServerReplyHandle>

java.lang.Object
com.illumon.iris.web.shared.cmd.AbstractClientIdFactory<T>
All Implemented Interfaces:
IdFactory<T>
Direct Known Subclasses:
ClientExecutionIdFactory, ClientScriptIdFactory, ClientTableIdFactory

public abstract class AbstractClientIdFactory<T extends ServerReplyHandle> extends Object implements IdFactory<T>
Handles creating clientConnectionId + connectionId pairs in a manner that the server expects. All local handles will have a locally-generated connectionId, but when sending them over the wire, we write the connectionId our counterpart expects.
  • Constructor Details

    • AbstractClientIdFactory

      public AbstractClientIdFactory(int clientConnectionId)
  • Method Details