com.ibm.as400.access

Class KeyedDataQueue

  • All Implemented Interfaces:
    java.io.Serializable


    public class KeyedDataQueue
    extends BaseDataQueue
    The KeyedDataQueue class represents a keyed data queue object.
    See Also:
    Serialized Form
    • Constructor Detail

      • KeyedDataQueue

        public KeyedDataQueue()
        Constructs a KeyedDataQueue object. The system and path properties must be set before using any method requiring a connection to the system.
      • KeyedDataQueue

        public KeyedDataQueue(AS400 system,
                      java.lang.String path)
        Constructs a KeyedDataQueue object. For data queue on an IASP, the user profile of the AS400 connection must have the job description with the IASP set.
        Parameters:
        system - The system object representing the system on which the data queue exists.
        path - The fully qualified integrated file system path name of the data queue. The library and queue name must each be 10 characters or less.