Package com.novell.service.qms

Provides objects that implement the behavior of NetWare queues and queue jobs.

See:
          Description

Interface Summary
QMSJob Represents a job in the queue that can represent almost any application task.
QMSQueue Provides a central storage and queueing mechanism that enables users to create jobs that are added to the queue.
 

Class Summary
QMSOutputStream Provides the standard output stream functionality for NetWare queue jobs.
 

Package com.novell.service.qms Description

Provides objects that implement the behavior of NetWare queues and queue jobs. This is done through a central storage and queueing mechanism that enables users to create jobs that are added to the queue. The QMS provider for JNDI allows for the creation, submission, and servicing of queue jobs.

The QMSQueue interface represents the central storage and queuing mechanism that is responsible for managing jobs placed in it. A queue job is an individual entry in the QMS queue. The jobs can be serviced remotely by an application at another node on the network. You can list, create, delete, and modify jobs in NetWare queues using JNDI methods.

Package Specification

(none)

Related Documentation

The following classes and interfaces are used by the QMS classes and interfaces. For overviews, concepts, sample code and demos, and tasks documentation, please see: