Class SomPumiceSubordinatesCommand

java.lang.Object
com.isode.som.SomCommand
com.isode.som.pumice.SomPumiceCommand
com.isode.som.pumice.SomPumiceSubordinatesCommand
All Implemented Interfaces:
SomResponseProcessor

public class SomPumiceSubordinatesCommand extends SomPumiceCommand
Command which interrogates a Message Store to obtain a list of subordinate objects
Author:
tc
  • Field Details

  • Constructor Details

    • SomPumiceSubordinatesCommand

      public SomPumiceSubordinatesCommand(SomPumiceSession session, SomPumiceHandler object, SomCommandListener listener, int type)
      Construct new command to ask for subordinates of a given type
      Parameters:
      session - SOM session object for command
      object - Result handler object
      listener - Command listener
      type - desired subordinate type
    • SomPumiceSubordinatesCommand

      public SomPumiceSubordinatesCommand(SomPumiceSession session, SomPumiceHandler object, SomCommandListener listener, String path)
      Construct new command to ask for subordinates messages in a mailbox
      Parameters:
      session - SOM session object for command
      object - Result handler object
      listener - Command listener
      path - mailbox path (ORAddress)
  • Method Details