Class PooledSender

    • Constructor Detail

      • PooledSender

        public PooledSender()
    • Method Detail

      • getNewDataSender

        public abstract DataSender getNewDataSender()
      • returnSender

        public void returnSender​(DataSender sender)
      • connect

        public void connect()
                     throws java.io.IOException
        Description copied from class: AbstractSender
        connect
        Specified by:
        connect in interface DataSender
        Specified by:
        connect in class AbstractSender
        Throws:
        java.io.IOException - TODO Implement this org.apache.catalina.tribes.transport.DataSender method
      • getInPoolSize

        public int getInPoolSize()
      • getInUsePoolSize

        public int getInUsePoolSize()
      • setPoolSize

        public void setPoolSize​(int poolSize)
      • getPoolSize

        public int getPoolSize()
      • getMaxWait

        public long getMaxWait()
      • setMaxWait

        public void setMaxWait​(long maxWait)
      • keepalive

        public boolean keepalive()
        Description copied from class: AbstractSender
        keepalive
        Specified by:
        keepalive in interface DataSender
        Overrides:
        keepalive in class AbstractSender
        Returns:
        boolean TODO Implement this org.apache.catalina.tribes.transport.DataSender method