Class DurableClientAttributes


  • public class DurableClientAttributes
    extends Object
    Class DurableClientAttributes represents durable member attributes.
    • Constructor Detail

      • DurableClientAttributes

        public DurableClientAttributes()
      • DurableClientAttributes

        public DurableClientAttributes​(String id,
                                       int timeout)
        Constructor.
        Parameters:
        id - The id of the durable client.
        timeout - The timeout period of the durable client.
    • Method Detail

      • getId

        public String getId()
        Returns the durable client's id.
        Returns:
        the durable client's id
      • getTimeout

        public int getTimeout()
        Returns the durable client's timeout.
        Returns:
        the durable client's timeout
      • updateTimeout

        public void updateTimeout​(int newValue)
        Used to update the timeout when a durable client comes back to a server
        Parameters:
        newValue - the new timeout value
      • setPoolName

        public void setPoolName​(String poolName)
      • getPoolName

        public String getPoolName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object