com.wiley.posa3.partialacquisition
Interface MessageQueue
- public interface MessageQueue
MessageQueue provides an interface for a message queue to be used
in implementation of the Active Object pattern.
- Version:
- 1.0
- Author:
- Michael Kircher, Prashant Jain
|
Method Summary |
void |
insert(Request request)
Insert a request into the queue |
insert
public void insert(Request request)
- Insert a request into the queue
- Parameters:
request - the request to insert into the queue.
Copyright 2004 John Wiley and Sons. All Rights Reserved.