Class SomPumiceStatusCommand

All Implemented Interfaces:
SomResponseProcessor

public class SomPumiceStatusCommand extends SomPumiceCommand
Class providing the various Message Store status commands, which can be used to obtain information about the Store as a whole, an individual mailbox, connection or message.
Author:
tc
  • Field Details

  • Constructor Details

    • SomPumiceStatusCommand

      public SomPumiceStatusCommand(SomPumiceSession session, SomPumiceHandler object, SomCommandListener listener)
      Construct a status command which will obtain information about the Message Store as a whole.
      Parameters:
      session - SOM session object for command
      object - Handler for result
      listener - Listener for command response
    • SomPumiceStatusCommand

      public SomPumiceStatusCommand(SomPumiceSession session, SomPumiceHandler object, SomCommandListener listener, String path)
      Construct a status command which will obtain information about a mailbox
      Parameters:
      session - SOM session object for command
      object - Handler for result
      listener - Listener for command response
      path - mailbox identifier - ORAddress
    • SomPumiceStatusCommand

      public SomPumiceStatusCommand(SomPumiceSession session, SomPumiceHandler object, SomCommandListener listener, int conn)
      Construct a status command which will obtain information about a connection
      Parameters:
      session - SOM session object for command
      object - Handler for result
      listener - Listener for command response
      conn - connection number
    • SomPumiceStatusCommand

      public SomPumiceStatusCommand(SomPumiceSession session, SomPumiceHandler object, SomCommandListener listener, String path, int num)
      Construct a status command which will obtain information about a message
      Parameters:
      session - SOM session object for command
      object - Handler for result
      listener - Listener for command response
      path - mailbox identifier - ORAddress
      num - message sequence number
  • Method Details