Class RemoveExpiredCommand<K,​V>

  • All Implemented Interfaces:
    java.io.Serializable

    public class RemoveExpiredCommand<K,​V>
    extends Command
    Author:
    Mahesh Kannan
    See Also:
    Serialized Form
    • Field Detail

      • _logger

        protected static final java.util.logging.Logger _logger
    • Constructor Detail

      • RemoveExpiredCommand

        public RemoveExpiredCommand​(long maxIdleInMillis,
                                    long tokenId)
    • Method Detail

      • setTarget

        public void setTarget​(java.lang.String t)
      • getCommandKey

        public java.lang.Object getCommandKey()
      • execute

        public void execute​(java.lang.String initiator)
        Specified by:
        execute in class Command
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Command