|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.util.QueueFactory
A factory produces appropriate type of queues.
Constructor Summary | |
private |
QueueFactory()
|
Method Summary | |
static Queue |
makeQueue()
Make a new synchronized queue. |
static Queue |
makeSyncQueue()
Make a new synchronized queue. |
static Queue |
makeUnsyncQueue()
Make a new synchronized queue. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private QueueFactory()
Method Detail |
public static Queue makeQueue()
public static Queue makeSyncQueue()
public static Queue makeUnsyncQueue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |