Class Thread::Queue::TQDContainer
- Known Subclasses:
- Thread::Queue::Duplex
Abstract class for Thread::Queue::Duplex container object.
Used by TQD's wait() class methods, to simplify waiting
for an object with a pending queue event (e.g.,
Thread::Apartment::Client objects).
Licensed under the Academic Free License version 2.1, as specified in the
License.txt file included in this software package, or at
OpenSource.org.
- Author:
- D. Arnold
- Since:
- 2005-12-01
- See Also:
- Thread::Queue::Queueable
Unless otherwise noted, $obj
is the object instance variable.
Method Summary |
get_queue()
Returns the contained TQD object
|
set_queue($tqd)
Set the contained TQD object
|
get_queue
get_queue()
- Returns the contained TQD object.
Abstract method that assumes the object is hash based, and
the contained TQD is in a member named _tqd.
- Returns:
- the contained TQD object
set_queue
set_queue($tqd)
- Set the contained TQD object.
Abstract method that assumes the object is hash based, and
the contained TQD is in a member named _tqd.
- Parameters:
$tqd
- the TQD to be contained
- Returns:
- the TQDContainer object
Generated by psichedoc on Sun Mar 5 11:01:53 2006