public interface QueueProcessor extends OsidProcessor
A QueueProcessor describes the rules for managing the
behavior of a queue.
| Modifier and Type | Method and Description |
|---|---|
QueueProcessorRecord |
getQueueProcessorRecord(Type queueProcessorRecordType)
Gets the queue processor record corresponding to the given
QueueProcessor record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalQueueProcessorRecord getQueueProcessorRecord(Type queueProcessorRecordType) throws OperationFailedException
QueueProcessor record Type. This method is used
to retrieve an object implementing the requested record. The
queueProcessorRecordType may be the Type
returned in getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(queueProcessorRecordType) is true
.queueProcessorRecordType - the type of queue processor record to
retrieveNullArgumentException - queueProcessorRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(queueProcessorRecordType) is
false mandatory - This method must be implemented.