Class VirtualizedMonitorEndPoint

java.lang.Object
com.iizix.server.AbstractEndPoint
com.iizix.server.monitor.VirtualizedMonitorEndPoint
All Implemented Interfaces:
IServerWebSocketCommListener, ITransactionCreator, ITransactionSender, WebSocketCommListener, IEndPoint, IRootPropTransactionSender

public class VirtualizedMonitorEndPoint extends AbstractEndPoint
End point for the Virtualized Monitor that transports a proxy of a VirtualsPropCnr of a client to a viewer or monitor.
Author:
Christopher Mindus
  • Method Details

    • processQueuedTransaction

      protected boolean processQueuedTransaction(int code, ReadTransaction trans)
      This method must be implemented in all extending classes.
      Specified by:
      processQueuedTransaction in class AbstractEndPoint
      Parameters:
      code - The transaction code.
      trans - The transaction.
      Returns:
      true if the transaction has been processed, false otherwise.
    • onClientPropsCreated

      protected void onClientPropsCreated(PropCnr root)
      Called when the root is created from a transaction from the client. Override to perform some additional processing such as adding server environment, etc.
      Overrides:
      onClientPropsCreated in class AbstractEndPoint