Class SizeResponseCommand<K,​V>

  • All Implemented Interfaces:
    java.io.Serializable

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

      • SizeResponseCommand

        public SizeResponseCommand()
      • SizeResponseCommand

        public SizeResponseCommand​(java.lang.String originatingInstance,
                                   long tokenId,
                                   int size)
    • Method Detail

      • 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