Class PClient


  • public abstract class PClient
    extends java.lang.Object
    Base class for handling a call request from a synchronous client.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PClient()
      Create a base client.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int getNextSequenceId()
      Get the next available sequence ID.
      • Methods inherited from class java.lang.Object

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

      • PClient

        protected PClient()
        Create a base client.
    • Method Detail

      • getNextSequenceId

        protected int getNextSequenceId()
        Get the next available sequence ID.
        Returns:
        The sequence ID to use.