Class SomQmgrUserEventCommand

    • Constructor Detail

      • SomQmgrUserEventCommand

        public SomQmgrUserEventCommand​(SomSession session,
                                       SomQmgrHandler object,
                                       SomCommandListener listener)
        Create a new SOM Queue Manager user event command that could be used for audit logging from the UI
        Parameters:
        session - Session for command which may not be null
        object - Result handler object which may not be null
        listener - Listener object to be notified when command completes, which may be null
    • Method Detail

      • setType

        public void setType​(java.lang.String type)
        Set the type of user event
        Parameters:
        type - type, not null
      • setValue

        public void setValue​(java.lang.String type,
                             java.lang.String value)
        Parameters:
        type - type of user event, not null
        value - value for user event, may be null
      • getSubcommand

        protected java.lang.String getSubcommand()
      • addSelector

        public void addSelector​(SomQmgrSelector sel)
        Add a Selector to the command
        Parameters:
        sel - Selector which may be null